Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #if !defined(ICUBRIDGECLEANUP_HEADER_GUARD_1357924680)
00020 #define ICUBRIDGECLEANUP_HEADER_GUARD_1357924680
00021
00022
00023
00024 #include <xalanc/ICUBridge/ICUBridgeDefinitions.hpp>
00025
00026 #include <xalanc/Include/XalanMemoryManagement.hpp>
00027
00028 XALAN_CPP_NAMESPACE_BEGIN
00029
00030
00031
00032 class XALAN_ICUBRIDGE_EXPORT ICUBridgeCleanup
00033 {
00034 public:
00035
00036 static void
00037 cleanup();
00038
00039 static void
00040 startup(MemoryManager& theManager);
00041 };
00042
00043
00044
00045 XALAN_CPP_NAMESPACE_END
00046
00047
00048
00049 #endif // ICUBRIDGECLEANUP_HEADER_GUARD_1357924680