git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace static void * CONFIGPROTO::Run(void *) with normal method
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
ping
/
ping.h
diff --git
a/projects/stargazer/plugins/other/ping/ping.h
b/projects/stargazer/plugins/other/ping/ping.h
index 8dcbe2029d31626d6b0fb345928db0a90f0807fa..aecbfb1559a4902284331b32993faa013b7263b8 100644
(file)
--- a/
projects/stargazer/plugins/other/ping/ping.h
+++ b/
projects/stargazer/plugins/other/ping/ping.h
@@
-76,8
+76,6
@@
public:
int ParseSettings(const MODULE_SETTINGS & s);
int GetPingDelay() const { return pingDelay; }
private:
- int ParseIntInRange(const std::string & str, int min, int max, int * val);
-
int pingDelay;
mutable std::string errorStr;
};