summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-10-22 20:47:58 +0000
committerChris Wilson <chris+github@qwirx.com>2012-10-22 20:47:58 +0000
commit6030a8d4efe3e3be17911ad8cbc400d88d9fa1fb (patch)
tree6d2db3d21c773ff5e2b37f7cb1dd6ac65f29741a /lib
parent0894ad63bb19d47c3748d81424dbd5e7412b29fa (diff)
Add a comment in header to indicate that StreamableMemBlock does not
read/write raw memory blocks, but blocks with a header indicating their size, which is not always what we want.
Diffstat (limited to 'lib')
-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
//
// --------------------------------------------------------------------------