mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
Make inherited protected functions of ApiListener public
This is needed so it's possible to manually add an ApiListener object for the purpose of unit-testing.
This commit is contained in:
parent
bb75d73012
commit
4782ea8a75
1 changed files with 1 additions and 1 deletions
|
|
@ -161,12 +161,12 @@ public:
|
|||
return m_WaitGroup;
|
||||
}
|
||||
|
||||
protected:
|
||||
void OnConfigLoaded() override;
|
||||
void OnAllConfigLoaded() override;
|
||||
void Start(bool runtimeCreated) override;
|
||||
void Stop(bool runtimeDeleted) override;
|
||||
|
||||
protected:
|
||||
void ValidateTlsProtocolmin(const Lazy<String>& lvalue, const ValidationUtils& utils) override;
|
||||
void ValidateTlsHandshakeTimeout(const Lazy<double>& lvalue, const ValidationUtils& utils) override;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue