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:41:40 UTC

cvs commit: xml-xerces/c/src/xercesc/util/MsgLoaders/InMemory InMemMsgLoader.cpp

peiyongz    2003/03/09 08:41:40

  Modified:    c/src/xercesc/util/MsgLoaders/InMemory InMemMsgLoader.cpp
  Log:
  PanicHandler
  
  Revision  Changes    Path
  1.7       +4 -1      xml-xerces/c/src/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp
  
  Index: InMemMsgLoader.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- InMemMsgLoader.cpp	12 Dec 2002 19:14:00 -0000	1.6
  +++ InMemMsgLoader.cpp	9 Mar 2003 16:41:40 -0000	1.7
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.7  2003/03/09 16:41:40  peiyongz
  + * PanicHandler
  + *
    * Revision 1.6  2002/12/12 19:14:00  peiyongz
    * InMem Message file name changed.
    *
  @@ -123,7 +126,7 @@
       &&  !XMLString::equals(msgDomain, XMLUni::fgXMLDOMMsgDomain)
       &&  !XMLString::equals(msgDomain, XMLUni::fgValidityDomain))
       {
  -        XMLPlatformUtils::panic(XMLPlatformUtils::Panic_UnknownMsgDomain);
  +        XMLPlatformUtils::panic(PanicHandler::Panic_UnknownMsgDomain);
       }
   
       fMsgDomain = XMLString::replicate(msgDomain);
  
  
  

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