You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/03/02 08:15:48 UTC

cvs commit: xml-xalan/c/src/DOMSupport DOMSupport.hpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org