amassari    2004/01/15 08:07:16

  Modified:    c/src/xercesc/util/NetAccessors/libWWW BinURLInputStream.hpp
  Log:
  Fix for bug#24929; patch by Michael Wuschek
  
  Revision  Changes    Path
  1.4       +4 -2      
xml-xerces/c/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.hpp
  
  Index: BinURLInputStream.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BinURLInputStream.hpp     17 May 2003 05:54:18 -0000      1.3
  +++ BinURLInputStream.hpp     15 Jan 2004 16:07:16 -0000      1.4
  @@ -56,6 +56,9 @@
   
   /**
    * $Log$
  + * Revision 1.4  2004/01/15 16:07:16  amassari
  + * Fix for bug#24929; patch by Michael Wuschek
  + *
    * Revision 1.3  2003/05/17 05:54:18  knoaman
    * Update NetAccessors to use the memory manager.
    *
  @@ -89,8 +92,6 @@
   #include <xercesc/util/XMLExceptMsgs.hpp>
   #include <xercesc/util/BinInputStream.hpp>
   
  -XERCES_CPP_NAMESPACE_BEGIN
  -
   //
   // Forward reference the libWWW constructs here, so as to avoid including
   // any of the libWWW headers in this file. Just being careful in isolating
  @@ -99,6 +100,7 @@
   
   struct _HTAnchor;
   
  +XERCES_CPP_NAMESPACE_BEGIN
   
   //
   // This class implements the BinInputStream interface specified by the XML
  
  
  

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

Reply via email to