lib: added DBData and DBLoader
commit3eef535b9931421f27d2e012b7b87ca831e9a4bb
authorChris Frey <cdfrey@foursquare.net>
Tue, 19 Oct 2010 03:52:41 +0000 (18 23:52 -0400)
committerChris Frey <cdfrey@foursquare.net>
Tue, 19 Oct 2010 03:53:27 +0000 (18 23:53 -0400)
tree79eb3710a84fdcda3392dcf525da6ee6e153fb6d
parent4267a02417add0534ad580e03e9dab62cc39017e
lib: added DBData and DBLoader

These classes make it possible for the programmer to control the database
record loading process, instead of using the parser callback mechanism.

This is the beginning stage of adding generic data flow channels to Barry,
to hopefully make it easy to pass data from backup files to devices,
from device to device, from backup to backup, and more
ChangeLog
src/data.h
src/m_desktop.cc
src/m_desktop.h
src/packet.cc
src/packet.h