peiyongz    2002/09/23 15:28:08

  Modified:    c/src/xercesc/util/Platforms/Tru64 Tru64PlatformUtils.cpp
  Log:
  use Panic_CantLoadMsgDomain if loadAMsgSet() fails
  
  Revision  Changes    Path
  1.4       +2 -2      
xml-xerces/c/src/xercesc/util/Platforms/Tru64/Tru64PlatformUtils.cpp
  
  Index: Tru64PlatformUtils.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Tru64/Tru64PlatformUtils.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Tru64PlatformUtils.cpp    26 Jul 2002 17:18:25 -0000      1.3
  +++ Tru64PlatformUtils.cpp    23 Sep 2002 22:28:08 -0000      1.4
  @@ -151,7 +151,7 @@
     }
     catch(...)
     {
  -    panic(XMLPlatformUtils::Panic_NoDefTranscoder);
  +    panic(XMLPlatformUtils::Panic_CantLoadMsgDomain);
     }
     return retVal;
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to