You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/04/30 20:07:12 UTC

cvs commit: xml-xalan/c/src/PlatformSupport AttributeListImpl.cpp AttributesImpl.cpp DOMStringHelper.cpp URISupport.cpp XalanDOMStringCache.cpp XalanNumberFormat.cpp STLHelper.hpp

dbertoni    01/04/30 11:07:12

  Modified:    c/src/PlatformSupport AttributeListImpl.cpp
                        AttributesImpl.cpp DOMStringHelper.cpp
                        URISupport.cpp XalanDOMStringCache.cpp
                        XalanNumberFormat.cpp
  Removed:     c/src/PlatformSupport STLHelper.hpp
  Log:
  Changes required to move STLHelper.hpp to Include.
  
  Revision  Changes    Path
  1.19      +1 -1      xml-xalan/c/src/PlatformSupport/AttributeListImpl.cpp
  
  Index: AttributeListImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/AttributeListImpl.cpp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- AttributeListImpl.cpp	2001/03/29 22:10:04	1.18
  +++ AttributeListImpl.cpp	2001/04/30 18:07:01	1.19
  @@ -65,11 +65,11 @@
   
   
   #include <Include/XalanAutoPtr.hpp>
  +#include <Include/STLHelper.hpp>
   
   
   
   #include "AttributeVectorEntry.hpp"
  -#include "STLHelper.hpp"
   
   
   
  
  
  
  1.3       +1 -1      xml-xalan/c/src/PlatformSupport/AttributesImpl.cpp
  
  Index: AttributesImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/AttributesImpl.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AttributesImpl.cpp	2001/04/27 19:18:53	1.2
  +++ AttributesImpl.cpp	2001/04/30 18:07:02	1.3
  @@ -65,11 +65,11 @@
   
   
   #include <Include/XalanAutoPtr.hpp>
  +#include <Include/STLHelper.hpp>
   
   
   
   #include "AttributeVectorEntryExtended.hpp"
  -#include "STLHelper.hpp"
   
   
   
  
  
  
  1.56      +1 -1      xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp
  
  Index: DOMStringHelper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- DOMStringHelper.cpp	2001/04/24 22:27:51	1.55
  +++ DOMStringHelper.cpp	2001/04/30 18:07:03	1.56
  @@ -107,11 +107,11 @@
   
   
   #include <Include/XalanAutoPtr.hpp>
  +#include <Include/STLHelper.hpp>
   
   
   
   #include "DoubleSupport.hpp"
  -#include "STLHelper.hpp"
   #include "XalanOutputStream.hpp"
   #include "XalanUnicode.hpp"
   
  
  
  
  1.13      +4 -1      xml-xalan/c/src/PlatformSupport/URISupport.cpp
  
  Index: URISupport.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/URISupport.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- URISupport.cpp	2001/02/08 21:39:05	1.12
  +++ URISupport.cpp	2001/04/30 18:07:04	1.13
  @@ -67,7 +67,10 @@
   
   
   
  -#include "STLHelper.hpp"
  +#include <Include/STLHelper.hpp>
  +
  +
  +
   #include "XalanUnicode.hpp"
   
   
  
  
  
  1.2       +4 -1      xml-xalan/c/src/PlatformSupport/XalanDOMStringCache.cpp
  
  Index: XalanDOMStringCache.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanDOMStringCache.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanDOMStringCache.cpp	2000/11/20 19:56:05	1.1
  +++ XalanDOMStringCache.cpp	2001/04/30 18:07:05	1.2
  @@ -60,8 +60,11 @@
   
   
   
  +#include <Include/STLHelper.hpp>
  +
  +
  +
   #include "DOMStringHelper.hpp"
  -#include "STLHelper.hpp"
   
   
   
  
  
  
  1.8       +1 -1      xml-xalan/c/src/PlatformSupport/XalanNumberFormat.cpp
  
  Index: XalanNumberFormat.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanNumberFormat.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XalanNumberFormat.cpp	2001/02/08 21:39:08	1.7
  +++ XalanNumberFormat.cpp	2001/04/30 18:07:06	1.8
  @@ -59,11 +59,11 @@
   
   
   #include <Include/XalanAutoPtr.hpp>
  +#include <Include/STLHelper.hpp>
   
   
   
   #include "DOMStringHelper.hpp"
  -#include "STLHelper.hpp"
   #include "XalanUnicode.hpp"
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org