aruna1      99/11/19 13:24:05

  Modified:    c/src/util/MsgLoaders/ICU ICUMsgLoader.cpp
  Log:
  incorporated ICU 1.3.1 related changes int he file
  
  Revision  Changes    Path
  1.2       +5 -2      xml-xerces/c/src/util/MsgLoaders/ICU/ICUMsgLoader.cpp
  
  Index: ICUMsgLoader.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/MsgLoaders/ICU/ICUMsgLoader.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ICUMsgLoader.cpp  1999/11/09 01:07:23     1.1
  +++ ICUMsgLoader.cpp  1999/11/19 21:24:03     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: ICUMsgLoader.cpp,v $
  - * Revision 1.1  1999/11/09 01:07:23  twl
  - * Initial revision
  + * Revision 1.2  1999/11/19 21:24:03  aruna1
  + * incorporated ICU 1.3.1 related changes int he file
    *
  + * Revision 1.1.1.1  1999/11/09 01:07:23  twl
  + * Initial checkin
  + *
    * Revision 1.4  1999/11/08 20:45:26  rahul
    * Swat for adding in Product name and CVS comment log variable.
    *
  @@ -117,9 +120,9 @@
       }
   
       // Ok, lets try to create the bundle now
  -    UErrorCode err = ZERO_ERROR;
  +    UErrorCode err = U_ZERO_ERROR;
       fBundle = new ResourceBundle(tmpPath, err);
  -    if (!SUCCESS(err))
  +    if (!U_SUCCESS(err))
       {
           // <TBD> Need to panic again here?
       }
  
  
  

Reply via email to