DRDE/AusRegCliever/include/ausRegTK.h
Ren RenJuan 2b472021c9 *
2014-01-10 20:05:42 +00:00

15 lines
276 B
C++

#include <init.hpp>
class ausRegEPPTK {
friend class masterDaemon;
public: int tkScenario;
// See the Toolkit Overview. At this level supposedly it can do everything.
ausRegEPPTK() { tkScenario = 0; }
bool didInit(const std::string propertiesFilePath);
};