mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#3490] Missing inheritance
This commit is contained in:
committed by
Razvan Becheriu
parent
1d5f07e1a5
commit
2e2f3fa454
@@ -334,7 +334,7 @@ private:
|
|||||||
typedef boost::shared_ptr<TestHttpClient> TestHttpClientPtr;
|
typedef boost::shared_ptr<TestHttpClient> TestHttpClientPtr;
|
||||||
|
|
||||||
/// @brief Entity which can connect to the HTTPS server endpoint.
|
/// @brief Entity which can connect to the HTTPS server endpoint.
|
||||||
class TestHttpsClient : public boost::noncopyable {
|
class TestHttpsClient : public BaseTestHttpClient {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @brief Constructor.
|
/// @brief Constructor.
|
||||||
|
Reference in New Issue
Block a user