#include <string>
-#include "plugin.h"
-#include "store.h"
+#include "stg/plugin.h"
+#include "stg/store.h"
#include "configproto.h"
extern "C" PLUGIN * GetPlugin();
int ParseSettings(const MODULE_SETTINGS & s);
uint16_t GetPort() const;
private:
- int ParseIntInRange(const std::string & str, int min, int max, int * val);
std::string errorStr;
int port;
};