Diana Software
MSourceRunTime.hh
Go to the documentation of this file.
1 #ifndef _M_SOURCERUNTIME_HH_
2 #define _M_SOURCERUNTIME_HH_
3 
38 #include "QModule.hh"
39 
40 class MSourceRunTime : public Diana::QModule {
41 
42  public:
43 
45  void Init(Diana::QEvent& ev);
46 
48  void Do(Diana::QEvent& ev);
49 
51  void Done();
52  private:
53 
54 };
55 
56 #endif
57 
one-line description of your module
void Done()
Done method.
void Do(Diana::QEvent &ev)
Do method.
void Init(Diana::QEvent &ev)
Init method.