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 2001/04/23 16:19:06 UTC

cvs commit: xml-xalan/c/src/XPath QName.cpp QName.hpp

dbertoni    01/04/23 07:19:06

  Modified:    c/src/XPath QName.cpp QName.hpp
  Log:
  Changes for Tru64 port.
  
  Revision  Changes    Path
  1.14      +0 -12     xml-xalan/c/src/XPath/QName.cpp
  
  Index: QName.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/QName.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- QName.cpp	2000/11/27 19:46:21	1.13
  +++ QName.cpp	2001/04/23 14:19:05	1.14
  @@ -73,18 +73,6 @@
   
   
   
  -QName::QName()
  -{
  -}
  -
  -
  -
  -QName::~QName()
  -{
  -}
  -
  -
  -
   const XalanDOMString&
   QName::getNamespaceForPrefix(
   			const NamespaceVectorType&	namespaces,
  
  
  
  1.13      +6 -2      xml-xalan/c/src/XPath/QName.hpp
  
  Index: QName.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/QName.hpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- QName.hpp	2001/01/08 18:28:22	1.12
  +++ QName.hpp	2001/04/23 14:19:05	1.13
  @@ -115,10 +115,14 @@
   	 *
   	 */
   	explicit
  -	QName();
  +	QName()
  +	{
  +	}
   
   	virtual
  -	~QName();
  +	~QName()
  +	{
  +	}
   
   	/**
   	 * Retrieve the local part of qualified name.
  
  
  

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