- Timestamp:
- Feb 18, 2015 2:43:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp
r48776 r54263 58 58 typedef DhcpOptMap::value_type DhcpOptValuePair; 59 59 60 struct VmNameSlotKey;61 typedef struct VmNameSlotKey VmNameSlotKey;62 63 60 struct VmNameSlotKey 64 61 { 65 std::string VmName;62 const std::string VmName; 66 63 uint8_t u8Slot; 67 64 68 VmNameSlotKey( std::stringaVmName, uint8_t aSlot) :65 VmNameSlotKey(const std::string &aVmName, uint8_t aSlot) : 69 66 VmName(aVmName), 70 67 u8Slot(aSlot) {}
Note:
See TracChangeset
for help on using the changeset viewer.