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