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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to