DeprecationExample.cc
Go to the documentation of this file.
1 
8 #include "DeprecationExample.h"
9 #include "DeprecationDemo.h"
10 
11 namespace DeprecationExample {
12 
14  { }
15 
16  DeprecationExample::~DeprecationExample()
17  { }
18 
21  {
22  return eSuccess;
23  }
24 
26  DeprecationExample::Run(evt::Event& event)
27  {
29  d.DontUse();
30 
31  return eSuccess;
32  }
33 
35  DeprecationExample::Finish()
36  {
37  return eSuccess;
38  }
39 
40 }
Report success to RunController.
Definition: VModule.h:62
Example of using the Deprecation package.
void Init()
Initialise the registry.
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60

, generated on Tue Sep 26 2023.