peiyongz 2003/10/29 08:24:31 Modified: c/src/xercesc/util XMLExceptMsgs.hpp Log: GrammarPool serialization/deserialization related exception Revision Changes Path 1.17 +8 -3 xml-xerces/c/src/xercesc/util/XMLExceptMsgs.hpp Index: XMLExceptMsgs.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLExceptMsgs.hpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- XMLExceptMsgs.hpp 18 Sep 2003 19:33:06 -0000 1.16 +++ XMLExceptMsgs.hpp 29 Oct 2003 16:24:31 -0000 1.17 @@ -402,9 +402,14 @@ , XSer_Inv_Buffer_Len = 386 , XSer_CreateObject_Fail = 387 , XSer_ObjCount_UppBnd_Exceed = 388 - , F_HighBounds = 389 - , E_LowBounds = 390 - , E_HighBounds = 391 + , XSer_GrammarPool_Locked = 389 + , XSer_GrammarPool_Empty = 390 + , XSer_GrammarPool_NotEmpty = 391 + , XSer_StringPool_NotEmpty = 392 + , XSer_BinaryData_Version_NotSupported = 393 + , F_HighBounds = 394 + , E_LowBounds = 395 + , E_HighBounds = 396 }; };
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]