Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 6245 invoked by uid 500); 3 Nov 2002 04:01:41 -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 6234 invoked from network); 3 Nov 2002 04:01:41 -0000 Date: 3 Nov 2002 04:01:40 -0000 Message-ID: <20021103040140.60616.qmail@icarus.apache.org> From: dbertoni@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/c/src/XSLT StylesheetHandler.hpp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dbertoni 2002/11/02 20:01:40 Modified: c/src/XSLT StylesheetHandler.hpp Log: Re-arranged forward declarations for Compaq compiler. Revision Changes Path 1.38 +4 -2 xml-xalan/c/src/XSLT/StylesheetHandler.hpp Index: StylesheetHandler.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetHandler.hpp,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- StylesheetHandler.hpp 3 Nov 2002 03:41:06 -0000 1.37 +++ StylesheetHandler.hpp 3 Nov 2002 04:01:40 -0000 1.38 @@ -756,6 +756,10 @@ const XalanDOMString& getNamespaceForPrefixFromStack(const XalanDOMString& thePrefix) const; + class PushPopIncludeState; + + friend class StylesheetHandler::PushPopIncludeState; + class PushPopIncludeState { public: @@ -794,8 +798,6 @@ BoolStackType m_preserveSpaceStack; }; - - friend class PushPopIncludeState; static const XalanDOMString s_emptyString; }; --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org