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:42:35 UTC

cvs commit: xml-xerces/c/src/xercesc/util/MsgLoaders/Win32 Win32MsgLoader.cpp

peiyongz    2003/03/09 08:42:35

  Modified:    c/src/xercesc/util/MsgLoaders/Win32 Win32MsgLoader.cpp
  Log:
  PanicHandler
  
  Revision  Changes    Path
  1.6       +2 -2      xml-xerces/c/src/xercesc/util/MsgLoaders/Win32/Win32MsgLoader.cpp
  
  Index: Win32MsgLoader.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/Win32/Win32MsgLoader.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Win32MsgLoader.cpp	12 Nov 2002 17:27:31 -0000	1.5
  +++ Win32MsgLoader.cpp	9 Mar 2003 16:42:35 -0000	1.6
  @@ -137,7 +137,7 @@
       else if (XMLString::equals(fMsgDomain, XMLUni::fgXMLDOMMsgDomain))
           fDomainOfs = 0x6000;
       else
  -        XMLPlatformUtils::panic(XMLPlatformUtils::Panic_UnknownMsgDomain);
  +        XMLPlatformUtils::panic(PanicHandler::Panic_UnknownMsgDomain);
   }
   
   Win32MsgLoader::~Win32MsgLoader()
  
  
  

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