You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ab...@locus.apache.org on 2000/01/25 21:56:51 UTC

cvs commit: xml-xerces/c/src/util/Transcoders/Iconv IconvTransService.cpp

abagchi     00/01/25 12:56:51

  Modified:    c/src/util/Transcoders/Iconv IconvTransService.cpp
  Log:
  Now at least compiles
  
  Revision  Changes    Path
  1.10      +6 -2      xml-xerces/c/src/util/Transcoders/Iconv/IconvTransService.cpp
  
  Index: IconvTransService.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Transcoders/Iconv/IconvTransService.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- IconvTransService.cpp	2000/01/25 19:19:08	1.9
  +++ IconvTransService.cpp	2000/01/25 20:56:51	1.10
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: IconvTransService.cpp,v $
  + * Revision 1.10  2000/01/25 20:56:51  abagchi
  + * Now at least compiles
  + *
    * Revision 1.9  2000/01/25 19:19:08  roddey
    * Simple addition of a getId() method to the xcode and netacess abstractions to
    * allow each impl to give back an id string.
  @@ -122,7 +125,7 @@
   static const int    gTempBuffArraySize = 1024;
   static const XMLCh  gMyServiceId[] =
   {
  -    chLatin_I, chLatin_C, chLatin_o, chDigit_n, chDigit_v, chNull
  +    chLatin_I, chLatin_C, chLatin_o, chLatin_n, chLatin_v, chNull
   };
   
   
  @@ -205,7 +208,7 @@
   }
   
   
  -const XMLCh* Iconv32TransService::getId() const
  +const XMLCh* IconvTransService::getId() const
   {
       return gMyServiceId;
   }