CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SingleThreadMSPresence.cc
Go to the documentation of this file.
1 // ----------------------------------------------------------------------
2 //
3 // SingleThreadMSPresence.cc
4 //
5 // Changes:
6 //
7 //
8 
11 
14 
15 #include "boost/shared_ptr.hpp"
16 
17 
18 namespace edm {
19 namespace service {
20 
21 
23  : Presence()
24 {
25  //std::cout << "SingleThreadMSPresence ctor\n";
27  boost::shared_ptr<edm::service::AbstractMLscribe>
31 }
32 
33 
35 {
38  (boost::shared_ptr<edm::service::AbstractMLscribe>());
39 }
40 
41 } // end of namespace service
42 } // end of namespace edm
static unsigned char messageLoggerScribeIsRunning
Definition: MessageDrop.h:110
static void setMLscribe_ptr(boost::shared_ptr< edm::service::AbstractMLscribe > m)
static MessageDrop * instance()
Definition: MessageDrop.cc:60
static const unsigned char MLSCRIBE_RUNNING_INDICATOR
Definition: MessageDrop.h:121
static void MLqEND()