summaryrefslogtreecommitdiff
path: root/lib/backupclient/BackupStoreFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupclient/BackupStoreFile.cpp')
-rw-r--r--lib/backupclient/BackupStoreFile.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/backupclient/BackupStoreFile.cpp b/lib/backupclient/BackupStoreFile.cpp
index 27e12bc8..4bd75f96 100644
--- a/lib/backupclient/BackupStoreFile.cpp
+++ b/lib/backupclient/BackupStoreFile.cpp
@@ -95,10 +95,11 @@ std::auto_ptr<IOStream> BackupStoreFile::EncodeFile(const char *Filename,
//
// Function
// Name: BackupStoreFile::VerifyEncodedFileFormat(IOStream &)
-// Purpose: Verify that an encoded file meets the format requirements.
-// Doesn't verify that the data is intact and can be decoded.
-// Optionally returns the ID of the file which it is diffed from,
-// and the (original) container ID.
+// Purpose: Verify that an encoded file meets the format
+// requirements. Doesn't verify that the data is intact
+// and can be decoded. Optionally returns the ID of the
+// file which it is diffed from, and the (original)
+// container ID.
// Created: 2003/08/28
//
// --------------------------------------------------------------------------