Skip to content

Commit 75ed41a

Browse files
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.
1 parent 8274233 commit 75ed41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/remote/apilistener.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ class ApiListener final : public ObjectImpl<ApiListener>
161161
return m_WaitGroup;
162162
}
163163

164-
protected:
165164
void OnConfigLoaded() override;
166165
void OnAllConfigLoaded() override;
167166
void Start(bool runtimeCreated) override;
168167
void Stop(bool runtimeDeleted) override;
169168

169+
protected:
170170
void ValidateTlsProtocolmin(const Lazy<String>& lvalue, const ValidationUtils& utils) override;
171171
void ValidateTlsHandshakeTimeout(const Lazy<double>& lvalue, const ValidationUtils& utils) override;
172172

0 commit comments

Comments
 (0)