dbertoni    01/04/30 11:09:07

  Modified:    c/src/XercesParserLiaison XercesDocumentBridge.cpp
                        XercesNamedNodeListCache.cpp
                        XercesParserLiaison.cpp
  Log:
  Changes required to move STLHelper.hpp to Include.
  
  Revision  Changes    Path
  1.16      +1 -1      
xml-xalan/c/src/XercesParserLiaison/XercesDocumentBridge.cpp
  
  Index: XercesDocumentBridge.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesDocumentBridge.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- XercesDocumentBridge.cpp  2000/12/07 17:03:32     1.15
  +++ XercesDocumentBridge.cpp  2001/04/30 18:09:01     1.16
  @@ -68,7 +68,7 @@
   
   
   
  -#include <PlatformSupport/STLHelper.hpp>
  +#include <Include/STLHelper.hpp>
   
   
   
  
  
  
  1.5       +1 -1      
xml-xalan/c/src/XercesParserLiaison/XercesNamedNodeListCache.cpp
  
  Index: XercesNamedNodeListCache.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesNamedNodeListCache.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XercesNamedNodeListCache.cpp      2000/11/02 01:46:44     1.4
  +++ XercesNamedNodeListCache.cpp      2001/04/30 18:09:02     1.5
  @@ -66,7 +66,7 @@
   
   
   
  -#include <PlatformSupport/STLHelper.hpp>
  +#include <Include/STLHelper.hpp>
   
   
   
  
  
  
  1.30      +1 -1      
xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.cpp
  
  Index: XercesParserLiaison.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.cpp,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- XercesParserLiaison.cpp   2001/04/11 21:34:16     1.29
  +++ XercesParserLiaison.cpp   2001/04/30 18:09:03     1.30
  @@ -79,11 +79,11 @@
   
   
   #include <Include/XalanAutoPtr.hpp>
  +#include <Include/STLHelper.hpp>
   
   
   
   #include <PlatformSupport/ExecutionContext.hpp>
  -#include <PlatformSupport/STLHelper.hpp>
   #include <PlatformSupport/XalanUnicode.hpp>
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to