You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2004/05/05 19:37:12 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/Linux LinuxPlatformUtils.cpp

amassari    2004/05/05 10:37:12

  Modified:    c/src/xercesc/util/Platforms/Linux LinuxPlatformUtils.cpp
  Log:
  Enable libWWW on Linux
  
  Revision  Changes    Path
  1.23      +7 -0      xml-xerces/c/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp
  
  Index: LinuxPlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- LinuxPlatformUtils.cpp	13 Jan 2004 16:34:21 -0000	1.22
  +++ LinuxPlatformUtils.cpp	5 May 2004 17:37:12 -0000	1.23
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.23  2004/05/05 17:37:12  amassari
  + * Enable libWWW on Linux
  + *
    * Revision 1.22  2004/01/13 16:34:21  cargilld
    * Misc memory management changes.
    *
  @@ -261,6 +264,8 @@
   
   #if defined (XML_USE_NETACCESSOR_SOCKET)
       #include <xercesc/util/NetAccessors/Socket/SocketNetAccessor.hpp>
  +#elif defined (XML_USE_NETACCESSOR_LIBWWW)
  +    #include <xercesc/util/NetAccessors/libWWW/LibWWWNetAccessor.hpp>
   #endif
   
   
  @@ -274,6 +279,8 @@
   {
   #if defined (XML_USE_NETACCESSOR_SOCKET)
       return new SocketNetAccessor();
  +#elif defined (XML_USE_NETACCESSOR_LIBWWW)
  +    return new LibWWWNetAccessor();
   #else
       return 0;
   #endif
  
  
  

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