dbertoni    2003/01/22 15:02:38

  Modified:    c/src/XPath XPathExecutionContextDefault.hpp
  Log:
  Added accessor for XPathEnvSupport instance.
  
  Revision  Changes    Path
  1.49      +11 -0     xml-xalan/c/src/XPath/XPathExecutionContextDefault.hpp
  
  Index: XPathExecutionContextDefault.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExecutionContextDefault.hpp,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- XPathExecutionContextDefault.hpp  12 Dec 2002 22:24:31 -0000      1.48
  +++ XPathExecutionContextDefault.hpp  22 Jan 2003 23:02:38 -0000      1.49
  @@ -150,6 +150,17 @@
   
   
        /**
  +      * Get the XPathEnvSupport instance.
  +      *
  +      * @return a pointer to the instance.
  +      */
  +     XPathEnvSupport*
  +     getXPathEnvSupport() const
  +     {
  +             return m_xpathEnvSupport;
  +     }
  +
  +     /**
         * Set the XPathEnvSupport instance.
         *
         * @param theSupport a reference to the instance to use.
  
  
  

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

Reply via email to