cmStrStream.h : Added code comments.

Этот коммит содержится в:
kevin 2014-01-12 13:06:13 -05:00
родитель 7e27581f78
Коммит 99ad71cddd

Просмотреть файл

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