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:11 UTC

cvs commit: xml-xerces/c/src/xercesc/dom/deprecated DOMString.cpp

peiyongz    2003/03/09 08:37:11

  Modified:    c/src/xercesc/dom/deprecated DOMString.cpp
  Log:
  PanicHandler
  
  Revision  Changes    Path
  1.6       +2 -2      xml-xerces/c/src/xercesc/dom/deprecated/DOMString.cpp
  
  Index: DOMString.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/deprecated/DOMString.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DOMString.cpp	4 Nov 2002 15:04:44 -0000	1.5
  +++ DOMString.cpp	9 Mar 2003 16:37:11 -0000	1.6
  @@ -103,7 +103,7 @@
       {
           XMLLCPTranscoder* transcoder = XMLPlatformUtils::fgTransService->makeNewLCPTranscoder();
           if (!transcoder)
  -            XMLPlatformUtils::panic(XMLPlatformUtils::Panic_NoDefTranscoder
  +            XMLPlatformUtils::panic(PanicHandler::Panic_NoDefTranscoder
               );
   
           if (XMLPlatformUtils::compareAndSwap((void **)&gDomConverter, transcoder, 0) != 0)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org