Changeset 34598 in vbox
- Timestamp:
- Dec 2, 2010 12:09:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r34587 r34598 3436 3436 Utf8Str strPort; 3437 3437 StringsMap::const_iterator it = hw.vrdeSettings.mapProperties.find("TCP/Ports"); 3438 if (it != h ardwareMachine.vrdeSettings.mapProperties.end())3438 if (it != hw.vrdeSettings.mapProperties.end()) 3439 3439 strPort = it->second; 3440 3440 if (!strPort.length())
Note:
See TracChangeset
for help on using the changeset viewer.