We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c16d4 commit 1622629Copy full SHA for 1622629
lib/remote/apilistener.hpp
@@ -161,12 +161,12 @@ class ApiListener final : public ObjectImpl<ApiListener>
161
return m_WaitGroup;
162
}
163
164
-protected:
165
void OnConfigLoaded() override;
166
void OnAllConfigLoaded() override;
167
void Start(bool runtimeCreated) override;
168
void Stop(bool runtimeDeleted) override;
169
+protected:
170
void ValidateTlsProtocolmin(const Lazy<String>& lvalue, const ValidationUtils& utils) override;
171
void ValidateTlsHandshakeTimeout(const Lazy<double>& lvalue, const ValidationUtils& utils) override;
172
0 commit comments