CMS 3D CMS Logo

Xerces.h
Go to the documentation of this file.
1 #ifndef FWCore_Concurrency_h
2 #define FWCore_Concurrency_h
3 
4 namespace cms {
5  namespace concurrency {
6  // Use these in place of XMLPlatformUtils::Initialize and
7  // XMLPlatformUtils::Terminate. They are guaranteed to work correctly with
8  // a multithreaded environment.
9  void xercesInitialize();
10  void xercesTerminate();
11  } // namespace concurrency
12 } // namespace cms
13 
14 #endif // FWCore_Concurrency_h
void xercesTerminate()
Definition: Xerces.cc:23
void xercesInitialize()
Definition: Xerces.cc:18
Namespace of DDCMS conversion namespace.