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:38:04 UTC

cvs commit: xml-xerces/c/src/xercesc/framework XMLValidator.cpp

peiyongz    2003/03/09 08:38:04

  Modified:    c/src/xercesc/framework XMLValidator.cpp
  Log:
  PanicHandler
  
  Revision  Changes    Path
  1.3       +4 -1      xml-xerces/c/src/xercesc/framework/XMLValidator.cpp
  
  Index: XMLValidator.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLValidator.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLValidator.cpp	4 Nov 2002 15:00:21 -0000	1.2
  +++ XMLValidator.cpp	9 Mar 2003 16:38:04 -0000	1.3
  @@ -56,6 +56,9 @@
   
   /**
     * $Log$
  +  * Revision 1.3  2003/03/09 16:38:04  peiyongz
  +  * PanicHandler
  +  *
     * Revision 1.2  2002/11/04 15:00:21  tng
     * C++ Namespace Support.
     *
  @@ -174,7 +177,7 @@
   	{
   		sMsgLoader = XMLPlatformUtils::loadMsgSet(XMLUni::fgValidityDomain);
   		if (!sMsgLoader)
  -			XMLPlatformUtils::panic(XMLPlatformUtils::Panic_CantLoadMsgDomain);
  +			XMLPlatformUtils::panic(PanicHandler::Panic_CantLoadMsgDomain);
   
           //
           // Register this XMLMsgLoader for cleanup at Termination.
  
  
  

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