Browse Source

cmStrStream.h : Added code comments.

master
kevin 10 years ago
parent
commit
99ad71cddd
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      cmStrStream.h

+ 2
- 1
cmStrStream.h View File

@@ -18,8 +18,9 @@ extern "C" {
18 18
   extern cmStrStreamH_t cmStrStreamNullHandle;
19 19
 
20 20
 
21
+  // If 'dfltBlkByteCnt' 'is set to 0 then the dfltBlkByteCnt is internally set to 4096.
21 22
   cmSsRC_t cmOStrStreamCreate( cmCtx_t* ctx, cmStrStreamH_t* hp, unsigned dfltBlkByteCnt );
22
-  cmSsRC_t cmOStrStreamDestroy(cmStrStreamH_t* hp );
23
+  cmSsRC_t cmOStrStreamDestroy( cmStrStreamH_t* hp );
23 24
 
24 25
   bool     cmOStrStreamIsValid( cmStrStreamH_t h );
25 26
 

Loading…
Cancel
Save