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 2002/09/24 00:27:41 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/OS400 OS400PlatformUtils.cpp

peiyongz    2002/09/23 15:27:40

  Modified:    c/src/xercesc/util/Platforms/OS400 OS400PlatformUtils.cpp
  Log:
  use Panic_CantLoadMsgDomain if loadAMsgSet() fails
  
  Revision  Changes    Path
  1.4       +2 -2      xml-xerces/c/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.cpp
  
  Index: OS400PlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- OS400PlatformUtils.cpp	16 Jul 2002 15:42:47 -0000	1.3
  +++ OS400PlatformUtils.cpp	23 Sep 2002 22:27:40 -0000	1.4
  @@ -159,7 +159,7 @@
   
       catch(...)
       {
  -        panic( XMLPlatformUtils::Panic_NoDefTranscoder );
  +        panic( XMLPlatformUtils::Panic_CantLoadMsgDomain );
       }
       return retVal;
   }
  
  
  

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