Procházet zdrojové kódy

cmStrStream.h : Added code comments.

master
kevin před 11 roky
rodič
revize
99ad71cddd
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      cmStrStream.h

+ 2
- 1
cmStrStream.h Zobrazit soubor

@@ -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
 

Načítá se…
Zrušit
Uložit