dbertoni    01/03/11 18:32:18

  Modified:    c/src/XMLSupport FormatterToHTML.cpp FormatterToHTML.hpp
  Log:
  Changed XalanDOMString parameter to pass by const reference, rather than by 
value.
  
  Revision  Changes    Path
  1.53      +1 -1      xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp
  
  Index: FormatterToHTML.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- FormatterToHTML.cpp       2001/03/01 23:16:43     1.52
  +++ FormatterToHTML.cpp       2001/03/12 02:32:16     1.53
  @@ -829,7 +829,7 @@
   void
   FormatterToHTML::writeAttrURI(
                        const XalanDOMChar*             string,
  -                     const XalanDOMString    encoding)
  +                     const XalanDOMString&   encoding)
   {
        // http://www.ietf.org/rfc/rfc2396.txt says:
        // A URI is always in an "escaped" form, since escaping or unescaping a
  
  
  
  1.24      +2 -2      xml-xalan/c/src/XMLSupport/FormatterToHTML.hpp
  
  Index: FormatterToHTML.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToHTML.hpp,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- FormatterToHTML.hpp       2001/01/31 01:39:59     1.23
  +++ FormatterToHTML.hpp       2001/03/12 02:32:16     1.24
  @@ -58,7 +58,7 @@
   #define FORMATTERTOHTML_HEADER_GUARD_1357924680
   
   /**
  - * $Id: FormatterToHTML.hpp,v 1.23 2001/01/31 01:39:59 dbertoni Exp $
  + * $Id: FormatterToHTML.hpp,v 1.24 2001/03/12 02:32:16 dbertoni Exp $
    * 
    * $State: Exp $
    * 
  @@ -438,7 +438,7 @@
        void
        writeAttrURI(
                        const XalanDOMChar*             string,
  -                     const XalanDOMString    encoding);
  +                     const XalanDOMString&   encoding);
   
        /**
         * Accumulate the specified character by converting its numeric value to
  
  
  

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

Reply via email to