From 602fb17d3307d3dbe619ec559688c5b0c2ebc47c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 7 Sep 2005 16:04:24 +0000 Subject: begin adding counted string class - does NOT compile yet! --- liblogging-stub.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'liblogging-stub.h') diff --git a/liblogging-stub.h b/liblogging-stub.h index f618a967..3a9ada3f 100755 --- a/liblogging-stub.h +++ b/liblogging-stub.h @@ -195,7 +195,12 @@ enum srObjectID OIDsbStrB = 0xCDAB000B, OIDsbLstn = 0xCDAB000C, OIDsbPSSR = 0xCDAB000D, - OIDsbPSRC = 0xCDAB000E + OIDsbPSRC = 0xCDAB000E, + + /* stringbuf extensions (must be kept after merge with liblogging...) + * rgerhards 2005-9-07 + */ + OIDrsCStr = 0xABCD0001 }; typedef enum srObjectID srObjID; -- cgit