Changeset 79514 in vbox for trunk/src/VBox/NetworkServices/Dhcpd/Db.h
- Timestamp:
- Jul 4, 2019 8:01:58 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/Db.h
r76576 r79514 24 24 #include <iprt/net.h> 25 25 26 #include <iprt/cpp/ministring.h> 26 27 #include <iprt/cpp/xml.h> 27 28 … … 145 146 146 147 public: 147 int loadLeases(const std::string &strFileName);148 int loadLeases(const RTCString &strFileName); 148 149 void loadLease(const xml::ElementNode *ndLease); 149 150 150 int writeLeases(const std::string &strFileName) const;151 int writeLeases(const RTCString &strFileName) const; 151 152 152 153 private:
Note:
See TracChangeset
for help on using the changeset viewer.