Changeset 75648 in vbox for trunk/src/VBox/NetworkServices/Dhcpd/ClientId.h
- Timestamp:
- Nov 21, 2018 6:02:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/ClientId.h
r75617 r75648 35 35 ClientId() 36 36 : m_mac(), m_id() {} 37 ClientId(const RTMAC &mac , const OptClientId &id)38 : m_mac(mac ), m_id(id) {}37 ClientId(const RTMAC &macParam, const OptClientId &idParam) 38 : m_mac(macParam), m_id(idParam) {} 39 39 40 40 const RTMAC &mac() const { return m_mac; }
Note:
See TracChangeset
for help on using the changeset viewer.