lib: added Backup parser and Restore builder classes
commit2e315ec50ea17c938b4f6fc2c04a500ffc68ffa5
authorChris Frey <cdfrey@foursquare.net>
Sat, 2 Oct 2010 06:17:53 +0000 (2 02:17 -0400)
committerChris Frey <cdfrey@foursquare.net>
Sat, 2 Oct 2010 06:24:03 +0000 (2 02:24 -0400)
treed87e5a020028f280dc43dc973987687c8bd78ed7
parenta714b9bbb2b82cde3928b21a604b72e600f13fb2
lib: added Backup parser and Restore builder classes

These classes are based on the backup and restore logic of
the GUI's DeviceIface.cc code, but made general.
src/Makefile.am
src/backup.cc [new file with mode: 0644]
src/backup.h [new file with mode: 0644]
src/barrybackup.h [new file with mode: 0644]
src/restore.cc [new file with mode: 0644]
src/restore.h [new file with mode: 0644]