11 lines
133 B
C++
11 lines
133 B
C++
#include <init.hpp>
|
|
|
|
|
|
class ausRegEPPTK {
|
|
|
|
friend class masterDaemon;
|
|
|
|
bool didInit(const std::string propertiesFilePath);
|
|
|
|
|
|
};
|