Add API rebind polling
This commit is contained in:
parent
02d45834e1
commit
548fbb9f71
4 changed files with 20 additions and 0 deletions
|
@ -48,6 +48,7 @@ public:
|
|||
|
||||
bool start();
|
||||
void stop();
|
||||
inline const bool isBound() const { return m_server != nullptr; }
|
||||
|
||||
protected:
|
||||
void onConfigChanged(Config *config, Config *previousConfig) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue