git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket 37. The changePolicy parameter added in the struct
[stg.git]
/
include
/
stg
/
plugin.h
diff --git
a/include/stg/plugin.h
b/include/stg/plugin.h
index 2ecf7af08161e56faa7d02564cb4a765d77d559e..2deabcc3c853b7fab16d52808cd8973be056fbcc 100644
(file)
--- a/
include/stg/plugin.h
+++ b/
include/stg/plugin.h
@@
-59,10
+59,10
@@
public:
virtual int Start() = 0;
virtual int Stop() = 0;
virtual int Start() = 0;
virtual int Stop() = 0;
- virtual int Reload() = 0;
+ virtual int Reload(
const MODULE_SETTINGS &
) = 0;
virtual bool IsRunning() = 0;
virtual const std::string & GetStrError() const = 0;
virtual bool IsRunning() = 0;
virtual const std::string & GetStrError() const = 0;
- virtual
const std::string
GetVersion() const = 0;
+ virtual
std::string
GetVersion() const = 0;
virtual uint16_t GetStartPosition() const = 0;
virtual uint16_t GetStopPosition() const = 0;
};
virtual uint16_t GetStartPosition() const = 0;
virtual uint16_t GetStopPosition() const = 0;
};