auriemma    00/09/20 13:48:26

  Modified:    c/src/XercesParserLiaison XercesDocumentBridge.hpp
  Log:
  Resolve scope for AIX.
  
  Revision  Changes    Path
  1.10      +11 -11    
xml-xalan/c/src/XercesParserLiaison/XercesDocumentBridge.hpp
  
  Index: XercesDocumentBridge.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesDocumentBridge.hpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- XercesDocumentBridge.hpp  2000/09/20 19:27:30     1.9
  +++ XercesDocumentBridge.hpp  2000/09/20 20:48:26     1.10
  @@ -383,13 +383,13 @@
        {
        public:
   
  -             typedef XercesDocumentBridge::NavigatorBridgeVectorType 
NavigatorBridgeVectorType;
  +             typedef NavigatorBridgeVectorType       
NavigatorBridgeVectorInnerType;
   
                BuildBridgeTreeWalker(
  -                             XercesDocumentBridge*           theDocument,
  -                             XercesBridgeNavigator*          
theDocumentNavigator,
  -                             NavigatorBridgeVectorType&      theNavigators,
  -                             unsigned long                           
theStartIndex);
  +                             XercesDocumentBridge*                   
theDocument,
  +                             XercesBridgeNavigator*                  
theDocumentNavigator,
  +                             NavigatorBridgeVectorInnerType& theNavigators,
  +                             unsigned long                                   
theStartIndex);
   
                virtual
                ~BuildBridgeTreeWalker();
  @@ -410,7 +410,7 @@
                };
   
        #if defined(XALAN_NO_NAMESPACES)
  -             typedef vector<NavigatorStackEntryType>         
NavigatorStackType;
  +             typedef vector<NavigatorStackEntryType>                 
NavigatorStackType;
        #else
                typedef std::vector<NavigatorStackEntryType>    
NavigatorStackType;
        #endif
  @@ -425,15 +425,15 @@
   
        private:
   
  -             XercesDocumentBridge*           m_document;
  +             XercesDocumentBridge*                   m_document;
   
  -             NavigatorBridgeVectorType&      m_navigators;
  +             NavigatorBridgeVectorInnerType& m_navigators;
   
  -             unsigned long                           m_currentIndex;
  +             unsigned long                                   m_currentIndex;
   
  -             NavigatorStackType      m_parentNavigatorStack;
  +             NavigatorStackType                              
m_parentNavigatorStack;
   
  -             NavigatorStackType      m_siblingNavigatorStack;
  +             NavigatorStackType                              
m_siblingNavigatorStack;
        };
   
   private:
  
  
  

Reply via email to