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/04/12 06:46:18 UTC

cvs commit: xml-xalan/c/src/XalanDOM XalanDOMException.hpp

dbertoni    02/04/11 21:46:18

  Modified:    c/src/XalanDOM XalanDOMException.hpp
  Log:
  Added private, unimplemented constructors and operators.
  
  Revision  Changes    Path
  1.5       +6 -0      xml-xalan/c/src/XalanDOM/XalanDOMException.hpp
  
  Index: XalanDOMException.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanDOMException.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanDOMException.hpp	18 Jun 2001 21:10:26 -0000	1.4
  +++ XalanDOMException.hpp	12 Apr 2002 04:46:18 -0000	1.5
  @@ -147,6 +147,12 @@
   
   private:
   
  +    // Not implemented...
  +    XalanDOMException&
  +    operator=(const XalanDOMException&);
  +
  +
  +    // Data members...
   	const ExceptionCode		m_code;
   };
   
  
  
  

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