Searched defs:tagXMLLeases (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp165 const std::string tagXMLLeases = "Leases"; variable
208 if (!root || !root->nameEquals(tagXMLLeases.c_str()))
257 xml::ElementNode *root = doc.createRootElement(tagXMLLeases.c_str());

Completed in 106 milliseconds