[Box Backup-commit] COMMIT r1868 - in box/trunk/lib: backupstore compress server

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Tue, 09 Oct 2007 00:27:40 +0100


Author: chris
Date: 2007-10-09 00:27:40 +0100 (Tue, 09 Oct 2007)
New Revision: 1868

Modified:
   box/trunk/lib/backupstore/BackupStoreInfo.h
   box/trunk/lib/compress/Compress.h
   box/trunk/lib/server/ProtocolUncertainStream.h
Log:
Fix wrong comments, thanks to Nestor Arocha Rodriguez.


Modified: box/trunk/lib/backupstore/BackupStoreInfo.h
===================================================================
--- box/trunk/lib/backupstore/BackupStoreInfo.h	2007-10-08 23:26:26 UTC (rev 1867)
+++ box/trunk/lib/backupstore/BackupStoreInfo.h	2007-10-08 23:27:40 UTC (rev 1868)
@@ -18,7 +18,7 @@
 
 // --------------------------------------------------------------------------
 //
-// File
+// Class
 //		Name:    BackupStoreInfo
 //		Purpose: Main backup store information storage
 //		Created: 2003/08/28

Modified: box/trunk/lib/compress/Compress.h
===================================================================
--- box/trunk/lib/compress/Compress.h	2007-10-08 23:26:26 UTC (rev 1867)
+++ box/trunk/lib/compress/Compress.h	2007-10-08 23:27:40 UTC (rev 1868)
@@ -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/trunk/lib/server/ProtocolUncertainStream.h
===================================================================
--- box/trunk/lib/server/ProtocolUncertainStream.h	2007-10-08 23:26:26 UTC (rev 1867)
+++ box/trunk/lib/server/ProtocolUncertainStream.h	2007-10-08 23:27:40 UTC (rev 1868)
@@ -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
 //