Changeset 2944 for box/trunk/test
- Timestamp:
- 23/04/2011 11:19:19 (13 months ago)
- File:
-
- 1 edited
-
box/trunk/test/bbackupd/testbbackupd.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/test/bbackupd/testbbackupd.cpp
r2838 r2944 519 519 BackupProtocolClient protocol(conn); 520 520 protocol.QueryVersion(BACKUP_STORE_SERVER_VERSION); 521 std::auto_ptr<BackupProtocolClientLoginConfirmed> loginConf(protocol.QueryLogin(0x01234567, BackupProtocolClientLogin::Flags_ReadOnly)); 521 std::auto_ptr<BackupProtocolClientLoginConfirmed> 522 loginConf(protocol.QueryLogin(0x01234567, 523 BackupProtocolClientLogin::Flags_ReadOnly)); 522 524 523 525 // Test the restoration
Note: See TracChangeset
for help on using the changeset viewer.
