dbertoni    00/08/15 12:42:33

  Modified:    c/src/XercesParserLiaison XercesBridgeNavigator.hpp
                        XercesDocumentBridge.hpp
  Log:
  Changes for AIX.
  
  Revision  Changes    Path
  1.5       +8 -2      
xml-xalan/c/src/XercesParserLiaison/XercesBridgeNavigator.hpp
  
  Index: XercesBridgeNavigator.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesBridgeNavigator.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XercesBridgeNavigator.hpp 2000/08/10 18:41:36     1.4
  +++ XercesBridgeNavigator.hpp 2000/08/15 19:42:33     1.5
  @@ -84,8 +84,8 @@
   
        explicit
        XercesBridgeNavigator(
  -                     XercesDocumentBridge*   theOwnerDocument,
  -                     bool                                    mappingMode);
  +                     XercesDocumentBridge*   theOwnerDocument = 0,
  +                     bool                                    mappingMode = 
true);
   
        XercesBridgeNavigator(const XercesBridgeNavigator&      theSource);
   
  @@ -97,6 +97,12 @@
        getOwnerDocument() const
        {
                return m_ownerDocument;
  +     }
  +
  +     void
  +     setOwnerDocument(XercesDocumentBridge*  theDocument)
  +     {
  +             m_ownerDocument = theDocument;
        }
   
        XalanNode*
  
  
  
  1.6       +1 -1      
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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XercesDocumentBridge.hpp  2000/08/10 18:41:36     1.5
  +++ XercesDocumentBridge.hpp  2000/08/15 19:42:33     1.6
  @@ -87,7 +87,7 @@
   #include <XercesParserLiaison/XercesDocumentNamedNodeListCache.hpp>
   #include <XercesParserLiaison/XercesNodeListBridge.hpp>
   
  -//#define XALAN_USE_BLOCK_ALLOCATORS
  +#define XALAN_USE_BLOCK_ALLOCATORS
   
   #if defined(XALAN_USE_BLOCK_ALLOCATORS)
   #include <XercesParserLiaison/XercesElementBridgeAllocator.hpp>
  
  
  

Reply via email to