dbertoni    02/04/01 21:37:55

  Modified:    c/src/XSLT ProblemListenerDefault.hpp
  Log:
  Added accessor.
  
  Revision  Changes    Path
  1.5       +8 -0      xml-xalan/c/src/XSLT/ProblemListenerDefault.hpp
  
  Index: ProblemListenerDefault.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ProblemListenerDefault.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ProblemListenerDefault.hpp        18 Jul 2001 04:33:15 -0000      1.4
  +++ ProblemListenerDefault.hpp        2 Apr 2002 05:37:55 -0000       1.5
  @@ -103,6 +103,14 @@
                        int                                             lineNo,
                        int                                             
charOffset);
   
  +     // These methods are new...
  +
  +     PrintWriter*
  +     getPrintWriter() const
  +     {
  +             return m_pw;
  +     }
  +
   private:
   
        PrintWriter*    m_pw;
  
  
  

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

Reply via email to