Changeset 48432 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Sep 11, 2013 2:14:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/Config.h
r48420 r48432 230 230 BaseConfigEntity(criteria, matchingLevel), 231 231 m_name(name), 232 m_parentCfg(cfg) 232 m_parentCfg(cfg), 233 m_u32ExpirationPeriod(0) 233 234 { 234 235 unconst(m_parentCfg)->add(this);
Note:
See TracChangeset
for help on using the changeset viewer.