You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/07/26 00:29:11 UTC

cvs commit: xml-xerces/c/src/util/NetAccessors/Socket SocketNetAccessor.cpp

aruna1      00/07/25 15:29:10

  Modified:    c/src/util/NetAccessors/Socket SocketNetAccessor.cpp
  Log:
  Char definitions in XMLUni moved to XMLUniDefs
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xerces/c/src/util/NetAccessors/Socket/SocketNetAccessor.cpp
  
  Index: SocketNetAccessor.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/NetAccessors/Socket/SocketNetAccessor.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SocketNetAccessor.cpp	2000/03/20 23:48:51	1.1
  +++ SocketNetAccessor.cpp	2000/07/25 22:29:10	1.2
  @@ -55,19 +55,10 @@
    */
   
   /*
  - * $Log: SocketNetAccessor.cpp,v $
  - * Revision 1.1  2000/03/20 23:48:51  rahulj
  - * Added Socket based NetAccessor. This will enable one to
  - * use HTTP URL's for system id's. Default build options do
  - * not use this NetAccessor. Specify the '-n socket' option
  - * to 'runConfigure' to configure Xerces-C to use this new
  - * feature. The code works under Solaris 2.6, Linux, AIX
  - * and HPUX 11 with aCC.
  - * Todo's: enable proper error handling.
  - *
  + * $Id: SocketNetAccessor.cpp,v 1.2 2000/07/25 22:29:10 aruna1 Exp $
    */
   
  -
  +#include <util/XMLUniDefs.hpp>
   #include <util/XMLUni.hpp>
   #include <util/XMLString.hpp>
   #include <util/XMLExceptMsgs.hpp>