Changeset 73076 in vbox for trunk/src/VBox/NetworkServices/Dhcpd
- Timestamp:
- Jul 11, 2018 4:39:52 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123637
- Location:
- trunk/src/VBox/NetworkServices/Dhcpd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/Db.cpp
r71689 r73076 20 20 21 21 #include "Db.h" 22 23 24 Db::Db() 25 : m_pConfig(NULL) 26 { 27 return; 28 } 22 29 23 30 -
trunk/src/VBox/NetworkServices/Dhcpd/Db.h
r71689 r73076 127 127 128 128 public: 129 Db() {}129 Db(); 130 130 ~Db(); 131 131
Note:
See TracChangeset
for help on using the changeset viewer.