mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Make inherited protected functions of ApiListener public
This commit is contained in:
parent
ef9a6c2c80
commit
87b89a7175
@ -161,12 +161,12 @@ public:
|
|||||||
return m_WaitGroup;
|
return m_WaitGroup;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
|
||||||
void OnConfigLoaded() override;
|
void OnConfigLoaded() override;
|
||||||
void OnAllConfigLoaded() override;
|
void OnAllConfigLoaded() override;
|
||||||
void Start(bool runtimeCreated) override;
|
void Start(bool runtimeCreated) override;
|
||||||
void Stop(bool runtimeDeleted) override;
|
void Stop(bool runtimeDeleted) override;
|
||||||
|
|
||||||
|
protected:
|
||||||
void ValidateTlsProtocolmin(const Lazy<String>& lvalue, const ValidationUtils& utils) override;
|
void ValidateTlsProtocolmin(const Lazy<String>& lvalue, const ValidationUtils& utils) override;
|
||||||
void ValidateTlsHandshakeTimeout(const Lazy<double>& lvalue, const ValidationUtils& utils) override;
|
void ValidateTlsHandshakeTimeout(const Lazy<double>& lvalue, const ValidationUtils& utils) override;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user