DRDE/AusRegCliever/include/ausRegTK.h

16 lines
276 B
C
Raw Normal View History

2014-01-08 05:00:04 +00:00
#include <init.hpp>
class ausRegEPPTK {
friend class masterDaemon;
2014-01-10 20:05:42 +00:00
public: int tkScenario;
// See the Toolkit Overview. At this level supposedly it can do everything.
ausRegEPPTK() { tkScenario = 0; }
2014-01-08 05:00:04 +00:00
bool didInit(const std::string propertiesFilePath);
};