peiyongz 2003/03/09 08:37:37 Modified: c/src/xercesc/dom/impl DOMImplementationImpl.cpp Log: PanicHandler Revision Changes Path 1.15 +2 -2 xml-xerces/c/src/xercesc/dom/impl/DOMImplementationImpl.cpp Index: DOMImplementationImpl.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/impl/DOMImplementationImpl.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- DOMImplementationImpl.cpp 20 Dec 2002 22:10:58 -0000 1.14 +++ DOMImplementationImpl.cpp 9 Mar 2003 16:37:37 -0000 1.15 @@ -122,7 +122,7 @@ { XMLMsgLoader* t = XMLPlatformUtils::loadMsgSet(XMLUni::fgXMLDOMMsgDomain); if (!t) - XMLPlatformUtils::panic(XMLPlatformUtils::Panic_CantLoadMsgDomain); + XMLPlatformUtils::panic(PanicHandler::Panic_CantLoadMsgDomain); else { if (XMLPlatformUtils::compareAndSwap((void **)&gMsgLoader4DOM, t, 0) != 0) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]