summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/StreamableMemBlock.cpp1
-rw-r--r--lib/common/StreamableMemBlock.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/common/StreamableMemBlock.cpp b/lib/common/StreamableMemBlock.cpp
index cf431022..b376f037 100644
--- a/lib/common/StreamableMemBlock.cpp
+++ b/lib/common/StreamableMemBlock.cpp
@@ -3,6 +3,7 @@
// File
// Name: StreamableMemBlock.cpp
// Purpose: Memory blocks which can be loaded and saved from streams
+// with a header indicating the size of the block.
// Created: 2003/09/05
//
// --------------------------------------------------------------------------
diff --git a/lib/common/StreamableMemBlock.h b/lib/common/StreamableMemBlock.h
index 250c0aea..6c1c5ab8 100644
--- a/lib/common/StreamableMemBlock.h
+++ b/lib/common/StreamableMemBlock.h
@@ -2,7 +2,8 @@
//
// File
// Name: StreamableMemBlock.h
-// Purpose: Memory blocks which can be loaded and saved from streams
+// Purpose: Memory blocks which can be loaded and saved from streams,
+// with a header indicating the size of the block.
// Created: 2003/09/05
//
// --------------------------------------------------------------------------