[Box Backup-commit] COMMIT r1985 - in box/chris/general/lib: backupstore compress server

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sun Dec 9 01:38:47 GMT 2007


Author: chris
Date: 2007-12-09 01:38:46 +0000 (Sun, 09 Dec 2007)
New Revision: 1985

Modified:
   box/chris/general/lib/backupstore/BackupStoreInfo.h
   box/chris/general/lib/compress/Compress.h
   box/chris/general/lib/server/ProtocolUncertainStream.h
Log:
Fix wrong comments, thanks to Nestor Arocha Rodriguez.
(merges [1868])


Modified: box/chris/general/lib/backupstore/BackupStoreInfo.h
===================================================================
--- box/chris/general/lib/backupstore/BackupStoreInfo.h	2007-12-09 01:38:05 UTC (rev 1984)
+++ box/chris/general/lib/backupstore/BackupStoreInfo.h	2007-12-09 01:38:46 UTC (rev 1985)
@@ -18,7 +18,7 @@
 
 // --------------------------------------------------------------------------
 //
-// File
+// Class
 //		Name:    BackupStoreInfo
 //		Purpose: Main backup store information storage
 //		Created: 2003/08/28

Modified: box/chris/general/lib/compress/Compress.h
===================================================================
--- box/chris/general/lib/compress/Compress.h	2007-12-09 01:38:05 UTC (rev 1984)
+++ box/chris/general/lib/compress/Compress.h	2007-12-09 01:38:46 UTC (rev 1985)
@@ -1,7 +1,7 @@
 // --------------------------------------------------------------------------
 //
 // File
-//		Name:    CompressContext.h
+//		Name:    Compress.h
 //		Purpose: Interface to zlib compression
 //		Created: 5/12/03
 //
@@ -17,7 +17,7 @@
 // --------------------------------------------------------------------------
 //
 // Class
-//		Name:    CompressContext
+//		Name:    Compress
 //		Purpose: Interface to zlib compression, only very slight wrapper.
 //				 (Use CompressStream for a more friendly interface.)
 //		Created: 5/12/03

Modified: box/chris/general/lib/server/ProtocolUncertainStream.h
===================================================================
--- box/chris/general/lib/server/ProtocolUncertainStream.h	2007-12-09 01:38:05 UTC (rev 1984)
+++ box/chris/general/lib/server/ProtocolUncertainStream.h	2007-12-09 01:38:46 UTC (rev 1985)
@@ -1,7 +1,7 @@
 // --------------------------------------------------------------------------
 //
 // File
-//		Name:    PartialReadStream.h
+//		Name:    ProtocolUncertainStream.h
 //		Purpose: Read part of another stream
 //		Created: 2003/12/05
 //
@@ -15,7 +15,7 @@
 // --------------------------------------------------------------------------
 //
 // Class
-//		Name:    PartialReadStream
+//		Name:    ProtocolUncertainStream
 //		Purpose: Read part of another stream
 //		Created: 2003/12/05
 //




More information about the Boxbackup-commit mailing list