lib: added Builder::BuildDone()
commit83257a2d0840de385d0b5bed806991a9fd97ee2b
authorChris Frey <cdfrey@foursquare.net>
Mon, 4 Oct 2010 22:22:10 +0000 (4 18:22 -0400)
committerChris Frey <cdfrey@foursquare.net>
Tue, 19 Oct 2010 03:53:28 +0000 (18 23:53 -0400)
treeb2f357018da7c1b18795a0edb092fd9763c09b73
parent3eef535b9931421f27d2e012b7b87ca831e9a4bb
lib: added Builder::BuildDone()

This makes the possibility of multiple calls to Builder::Retrieve()
more explicit.  In order for GetDBName() to be useful, it is required
that the first record be loaded from storage first.  And the DB name
may determine which parser the application wants to use.
ChangeLog
gui/src/DeviceIface.cc
gui/src/DeviceIface.h
src/builder.h
src/packet.cc
src/restore.cc
src/restore.h