Skip to content

Commit 1666c6a

Browse files
author
Razvan Becheriu
committed
[#3578] reverted changes
1 parent 6a539a9 commit 1666c6a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/bin/dhcp4/ctrl_dhcp4_srv.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ class ControlledDhcpv4Srv : public isc::dhcp::Dhcpv4Srv {
124124
/// (that was sent from some yet unspecified sender).
125125
static void sessionReader(void);
126126

127-
protected:
128127
/// @brief Handler for processing 'shutdown' command
129128
///
130129
/// This handler processes shutdown command, which initializes shutdown
@@ -343,7 +342,6 @@ class ControlledDhcpv4Srv : public isc::dhcp::Dhcpv4Srv {
343342
commandStatisticSetMaxSampleAgeAllHandler(const std::string& command,
344343
isc::data::ConstElementPtr args);
345344

346-
private:
347345
/// @brief Reclaims expired IPv4 leases and reschedules timer.
348346
///
349347
/// This is a wrapper method for @c AllocEngine::reclaimExpiredLeases4.

src/bin/dhcp6/ctrl_dhcp6_srv.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ class ControlledDhcpv6Srv : public isc::dhcp::Dhcpv6Srv {
124124
/// (that was sent from some yet unspecified sender).
125125
static void sessionReader(void);
126126

127-
protected:
128127
/// @brief Handler for processing 'shutdown' command
129128
///
130129
/// This handler processes shutdown command, which initializes shutdown
@@ -343,7 +342,6 @@ class ControlledDhcpv6Srv : public isc::dhcp::Dhcpv6Srv {
343342
commandStatisticSetMaxSampleAgeAllHandler(const std::string& command,
344343
isc::data::ConstElementPtr args);
345344

346-
private:
347345
/// @brief Reclaims expired IPv6 leases and reschedules timer.
348346
///
349347
/// This is a wrapper method for @c AllocEngine::reclaimExpiredLeases6.

0 commit comments

Comments
 (0)