VirtualBox

Ignore:
Timestamp:
Jul 4, 2019 8:01:58 AM (5 years ago)
Author:
vboxsync
Message:

Dhcpd: Eliminated use of std::string (probably my mistake in the original code). Various other cleanups. bugref:9288

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/Dhcpd/Db.h

    r76576 r79514  
    2424#include <iprt/net.h>
    2525
     26#include <iprt/cpp/ministring.h>
    2627#include <iprt/cpp/xml.h>
    2728
     
    145146
    146147public:
    147     int loadLeases(const std::string &strFileName);
     148    int loadLeases(const RTCString &strFileName);
    148149    void loadLease(const xml::ElementNode *ndLease);
    149150
    150     int writeLeases(const std::string &strFileName) const;
     151    int writeLeases(const RTCString &strFileName) const;
    151152
    152153private:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette