auriemma    00/11/30 09:06:35

  Modified:    c/src/XPath NodeRefList.hpp XObject.hpp
  Log:
  HP port based on work from Trevor Smigiel and Troy Heber.
  
  Revision  Changes    Path
  1.13      +0 -1      xml-xalan/c/src/XPath/NodeRefList.hpp
  
  Index: NodeRefList.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/NodeRefList.hpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- NodeRefList.hpp   2000/09/19 14:55:33     1.12
  +++ NodeRefList.hpp   2000/11/30 17:06:34     1.13
  @@ -87,7 +87,6 @@
         *
         * @param theSource source node list
         */
  -     explicit
        NodeRefList(const NodeRefList&  theSource);
   
        /**
  
  
  
  1.13      +0 -1      xml-xalan/c/src/XPath/XObject.hpp
  
  Index: XObject.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XObject.hpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XObject.hpp       2000/11/21 21:08:25     1.12
  +++ XObject.hpp       2000/11/30 17:06:34     1.13
  @@ -288,7 +288,6 @@
        {
        public:
   
  -             explicit
                XObjectInvalidCastException(
                                const XalanDOMString&   fromType,
                                const XalanDOMString&   toType);
  
  
  

Reply via email to