Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 94854 invoked by uid 500); 12 Apr 2002 04:44:37 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 94843 invoked from network); 12 Apr 2002 04:44:37 -0000 Date: 12 Apr 2002 04:44:36 -0000 Message-ID: <20020412044436.31323.qmail@icarus.apache.org> From: dbertoni@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.hpp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dbertoni 02/04/11 21:44:36 Modified: c/src/XSLT XSLTEngineImpl.hpp Log: Added private, unimplemented constructors and operators. Revision Changes Path 1.84 +9 -0 xml-xalan/c/src/XSLT/XSLTEngineImpl.hpp Index: XSLTEngineImpl.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.hpp,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- XSLTEngineImpl.hpp 11 Apr 2002 05:54:50 -0000 1.83 +++ XSLTEngineImpl.hpp 12 Apr 2002 04:44:36 -0000 1.84 @@ -1663,6 +1663,15 @@ initializeElementKeysTable(ElementKeysMapType& theElementKeys); static const XalanDOMString s_emptyString; + + // Not implemented... + XSLTEngineImpl(const XSLTEngineImpl&); + + XSLTEngineImpl& + operator=(const XSLTEngineImpl&); + + bool + operator==(const XSLTEngineImpl&) const; }; --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org