git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing header in cap_ipq
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
cap_debug
/
debug_cap.h
diff --git
a/projects/stargazer/plugins/capture/cap_debug/debug_cap.h
b/projects/stargazer/plugins/capture/cap_debug/debug_cap.h
index 207aa40e78d59ebe50dc68e97487f9cc0619090a..d0aad7646f5177fb72128685dbcc0af828424c74 100644
(file)
--- a/
projects/stargazer/plugins/capture/cap_debug/debug_cap.h
+++ b/
projects/stargazer/plugins/capture/cap_debug/debug_cap.h
@@
-32,9
+32,9
@@
$Author: faust $
#include <string>
#include <string>
-#include "os_int.h"
-#include "plugin.h"
-#include "module_settings.h"
+#include "
stg/
os_int.h"
+#include "
stg/
plugin.h"
+#include "
stg/
module_settings.h"
using namespace std;
extern "C" PLUGIN * GetPlugin();
using namespace std;
extern "C" PLUGIN * GetPlugin();
@@
-68,18
+68,12
@@
public:
DEBUG_CAP();
virtual ~DEBUG_CAP() {}
DEBUG_CAP();
virtual ~DEBUG_CAP() {}
- void SetUsers(USERS * u) {}
- void SetTariffs(TARIFFS * t) {}
- void SetAdmins(ADMINS * a) {}
void SetTraffcounter(TRAFFCOUNTER * tc);
void SetTraffcounter(TRAFFCOUNTER * tc);
- void SetStore(STORE *) {}
- void SetStgSettings(const SETTINGS *) {}
int Start();
int Stop();
int Reload() { return 0; }
int ParseSettings() { return 0; }
int Start();
int Stop();
int Reload() { return 0; }
int ParseSettings() { return 0; }
- void SetSettings(const MODULE_SETTINGS & s) {}
bool IsRunning();
const string & GetStrError() const;
const string GetVersion() const;
bool IsRunning();
const string & GetStrError() const;
const string GetVersion() const;