Changeset 1598 for box/chris/merge/lib/backupclient/BackupStoreFile.cpp
- Timestamp:
- 28/04/2007 20:57:24 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/chris/merge/lib/backupclient/BackupStoreFile.cpp
r1471 r1598 293 293 294 294 out.Close(); 295 296 // The stream might have uncertain size, in which case 297 // we need to drain it to get the 298 // Protocol::ProtocolStreamHeader_EndOfStream byte 299 // out of our connection stream. 300 char buffer[1]; 301 int drained = rEncodedFile.Read(buffer, 1); 302 ASSERT(drained == 0); 295 303 296 304 // Write the attributes
Note: See TracChangeset
for help on using the changeset viewer.
