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/05/10 23:12:26 UTC

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

dbertoni    02/05/10 14:12:26

  Modified:    c/src/DOMSupport DOMSupportDefault.cpp DOMSupportDefault.hpp
  Log:
  Removed unused member function.
  
  Revision  Changes    Path
  1.11      +0 -10     xml-xalan/c/src/DOMSupport/DOMSupportDefault.cpp
  
  Index: DOMSupportDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/DOMSupport/DOMSupportDefault.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- DOMSupportDefault.cpp	14 May 2001 00:58:27 -0000	1.10
  +++ DOMSupportDefault.cpp	10 May 2002 21:12:26 -0000	1.11
  @@ -99,16 +99,6 @@
   
   
   
  -const XalanDOMString*
  -DOMSupportDefault::getNamespaceForPrefix(
  -			const XalanDOMString&	prefix, 
  -			const XalanElement&		namespaceContext) const
  -{
  -	return DOMServices::getNamespaceForPrefix(prefix, namespaceContext);
  -}
  -
  -
  -
   const XalanDOMString&
   DOMSupportDefault::getUnparsedEntityURI(
   			const XalanDOMString&	theName,
  
  
  
  1.9       +0 -5      xml-xalan/c/src/DOMSupport/DOMSupportDefault.hpp
  
  Index: DOMSupportDefault.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/DOMSupport/DOMSupportDefault.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DOMSupportDefault.hpp	14 May 2001 00:58:27 -0000	1.8
  +++ DOMSupportDefault.hpp	10 May 2002 21:12:26 -0000	1.9
  @@ -89,11 +89,6 @@
   
   	// These interfaces are inherited from DOMSupport...
   
  -	virtual const XalanDOMString*
  -	getNamespaceForPrefix(
  -			const XalanDOMString&	prefix, 
  -			const XalanElement&		namespaceContext) const;
  -
   	virtual const XalanDOMString&
   	getUnparsedEntityURI(
   			const XalanDOMString&	theName,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org