CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SingleThreadMSPresence.h
Go to the documentation of this file.
1 #ifndef FWCore_MessageService_SingleThreadMSPresence_h
2 #define FWCore_MessageService_SingleThreadMSPresence_h
3 
5 
6 namespace edm {
7 namespace service {
8 
10 {
11 public:
12  // --- birth/death:
15 
16  // --- Access to the scribe
17  // REMOVED AbstractMLscribe * scribe_ptr() { return &m; }
18 
19 private:
20  // --- no copying:
22  void operator = (SingleThreadMSPresence const &);
23 
24 }; // SingleThreadMSPresence
25 
26 
27 } // end of namespace service
28 } // namespace edm
29 
30 
31 #endif // FWCore_MessageService_SingleThreadMSPresence_h
void operator=(SingleThreadMSPresence const &)