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>
29  boost::shared_ptr<ThreadQueue>())));
32 }
33 
34 
36 {
39  (boost::shared_ptr<edm::service::AbstractMLscribe>());
40 }
41 
42 } // end of namespace service
43 } // end of namespace edm
static unsigned char messageLoggerScribeIsRunning
Definition: MessageDrop.h:109
static void setMLscribe_ptr(boost::shared_ptr< edm::service::AbstractMLscribe > m)
static MessageDrop * instance()
Definition: MessageDrop.cc:65
static const unsigned char MLSCRIBE_RUNNING_INDICATOR
Definition: MessageDrop.h:121
static void MLqEND()