You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2004/11/08 20:39:24 UTC

cvs commit: xml-xalan/c/src/xalanc/ICUBridge ICUBridgeCleanup.cpp ICUBridgeCleanup.hpp

dmitryh     2004/11/08 11:39:24

  Modified:    c/src/xalanc/ICUBridge ICUBridgeCleanup.cpp
                        ICUBridgeCleanup.hpp
  Log:
  Initial implementation on the pluggable memory management
  
  Revision  Changes    Path
  1.5       +5 -1      xml-xalan/c/src/xalanc/ICUBridge/ICUBridgeCleanup.cpp
  
  Index: ICUBridgeCleanup.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/ICUBridge/ICUBridgeCleanup.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ICUBridgeCleanup.cpp	26 Feb 2004 23:07:12 -0000	1.4
  +++ ICUBridgeCleanup.cpp	8 Nov 2004 19:39:24 -0000	1.5
  @@ -34,7 +34,11 @@
   	u_cleanup();
   }
   
  -
  +void
  +ICUBridgeCleanup::startup(MemoryManagerType&  /*theManager*/)
  +{
  +    //TBD
  +}
   
   XALAN_CPP_NAMESPACE_END
   
  
  
  
  1.5       +4 -1      xml-xalan/c/src/xalanc/ICUBridge/ICUBridgeCleanup.hpp
  
  Index: ICUBridgeCleanup.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/ICUBridge/ICUBridgeCleanup.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ICUBridgeCleanup.hpp	26 Feb 2004 23:07:12 -0000	1.4
  +++ ICUBridgeCleanup.hpp	8 Nov 2004 19:39:24 -0000	1.5
  @@ -21,7 +21,7 @@
   
   #include <xalanc/ICUBridge/ICUBridgeDefinitions.hpp>
   
  -
  +#include <xalanc/Include/XalanMemoryManagement.hpp>
   
   XALAN_CPP_NAMESPACE_BEGIN
   
  @@ -33,6 +33,9 @@
   
   	static void
   	cleanup();
  +
  +	static void
  +	startup(MemoryManagerType&  theManager);
   };
   
   
  
  
  

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