File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ class ControlledDhcpv4Srv : public isc::dhcp::Dhcpv4Srv {
124
124
// / (that was sent from some yet unspecified sender).
125
125
static void sessionReader (void );
126
126
127
- protected:
128
127
// / @brief Handler for processing 'shutdown' command
129
128
// /
130
129
// / This handler processes shutdown command, which initializes shutdown
@@ -343,7 +342,6 @@ class ControlledDhcpv4Srv : public isc::dhcp::Dhcpv4Srv {
343
342
commandStatisticSetMaxSampleAgeAllHandler (const std::string& command,
344
343
isc::data::ConstElementPtr args);
345
344
346
- private:
347
345
// / @brief Reclaims expired IPv4 leases and reschedules timer.
348
346
// /
349
347
// / This is a wrapper method for @c AllocEngine::reclaimExpiredLeases4.
Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ class ControlledDhcpv6Srv : public isc::dhcp::Dhcpv6Srv {
124
124
// / (that was sent from some yet unspecified sender).
125
125
static void sessionReader (void );
126
126
127
- protected:
128
127
// / @brief Handler for processing 'shutdown' command
129
128
// /
130
129
// / This handler processes shutdown command, which initializes shutdown
@@ -343,7 +342,6 @@ class ControlledDhcpv6Srv : public isc::dhcp::Dhcpv6Srv {
343
342
commandStatisticSetMaxSampleAgeAllHandler (const std::string& command,
344
343
isc::data::ConstElementPtr args);
345
344
346
- private:
347
345
// / @brief Reclaims expired IPv6 leases and reschedules timer.
348
346
// /
349
347
// / This is a wrapper method for @c AllocEngine::reclaimExpiredLeases6.
You can’t perform that action at this time.
0 commit comments