#include 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); };