CMS 3D CMS Logo

MessageForParent.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_MessageForParent_h
2 #define FWCore_Framework_MessageForParent_h
3 // -*- C++ -*-
4 //
5 // Package: Framework
6 // Class : MessageForParent
7 //
17 //
18 // Original Author: Brian Bockelman
19 // Created: Sat Oct 22 10:34:00 CEST 2011
20 //
21 
22 // system include files
23 #include <cstddef>
24 
25 // user include files
26 
27 // forward declarations
28 
29 namespace edm {
30  namespace multicore {
32  public:
34 
35  //virtual ~MessageForSource();
36 
37  // ---------- const member functions ---------------------
38 
39  // ---------- static member functions --------------------
40  static size_t sizeForBuffer() { return sizeof(MessageForParent); }
41 
42  public:
43  // ---------- member functions ---------------------------
44 
45  //MessageForSource(const MessageForSource&); // allow default
46 
47  //const MessageForSource& operator=(const MessageForSource&); // allow default
48 
49  // ---------- member data --------------------------------
50  int m_dummy;
51  };
52 
53  } // namespace multicore
54 } // namespace edm
55 
56 #endif
HLT enums.