You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/03/09 17:37:37 UTC

cvs commit: xml-xerces/c/src/xercesc/dom/impl DOMImplementationImpl.cpp

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: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org