lib: added DeviceParser class
commit4b0e0c79f57067c7f0103039af8d90841f153cd8
authorChris Frey <cdfrey@foursquare.net>
Tue, 14 Dec 2010 03:28:20 +0000 (13 22:28 -0500)
committerChris Frey <cdfrey@foursquare.net>
Tue, 14 Dec 2010 03:28:20 +0000 (13 22:28 -0500)
tree5e91646851b0ca027703fdf8d370a39b8b8b57f8
parent1d1c8b8cde5803b65644afba46ea1144c51b4423
lib: added DeviceParser class

This class behaves like a parser in that it accepts incoming DBData
blocks, but instead of parsing them, writes them to the device.

To copy from device to device: DeviceBuilder -> Pipe -> DeviceParser

To restore a backup: Restore -> Pipe -> DeviceParser

etc...
ChangeLog
src/m_desktop.cc
src/m_desktop.h