dbertoni    02/03/01 23:15:48

  Modified:    c/src/DOMSupport DOMSupport.hpp
  Log:
  Removed obsolete abstract function.
  
  Revision  Changes    Path
  1.9       +4 -4      xml-xalan/c/src/DOMSupport/DOMSupport.hpp
  
  Index: DOMSupport.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/DOMSupport/DOMSupport.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DOMSupport.hpp    14 May 2001 00:58:27 -0000      1.8
  +++ DOMSupport.hpp    2 Mar 2002 07:15:48 -0000       1.9
  @@ -102,10 +102,10 @@
         * @param prefix prefix for a namespace
         * @return URI corresponding to namespace
         */
  -     virtual const XalanDOMString*
  -     getNamespaceForPrefix(
  -                     const XalanDOMString&   prefix, 
  -                     const XalanElement&             namespaceContext) const 
= 0;
  +//   virtual const XalanDOMString*
  +//   getNamespaceForPrefix(
  +//                   const XalanDOMString&   prefix, 
  +//                   const XalanElement&             namespaceContext) const 
= 0;
   
        /**
         * Retrieves the URI of the named unparsed entity
  
  
  

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

Reply via email to