dbertoni    2003/06/12 16:49:16

  Modified:    c/src/PlatformSupport XalanOutputStream.hpp
  Log:
  Removed superfluous using directives.
  
  Revision  Changes    Path
  1.13      +0 -4      xml-xalan/c/src/PlatformSupport/XalanOutputStream.hpp
  
  Index: XalanOutputStream.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanOutputStream.hpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XalanOutputStream.hpp     6 Mar 2003 00:17:57 -0000       1.12
  +++ XalanOutputStream.hpp     12 Jun 2003 23:49:16 -0000      1.13
  @@ -194,8 +194,6 @@
        {
                assert(theBuffer != 0);
   
  -             XALAN_USING_XALAN(length)
  -
                write(theBuffer, length(theBuffer));
        }
   
  @@ -208,8 +206,6 @@
        void
        write(const XalanDOMChar*       theBuffer)
        {
  -             XALAN_USING_XALAN(length)
  -
                write(theBuffer, length(theBuffer));
        }
   
  
  
  

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

Reply via email to