Changeset 33611 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Oct 29, 2010 2:50:45 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67222
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r33557 r33611 3251 3251 } 3252 3252 3253 #include <stdio.h> 3253 3254 /** 3254 3255 * Creates a <Hardware> node under elmParent and then writes out the XML … … 3450 3451 pelmVRDE->setAttribute("port", strPort); 3451 3452 3452 Utf8Str strAddress; 3453 Utf8Str strAddress; 3453 3454 it = hw.vrdeSettings.mapProperties.find("TCP/Address"); 3454 if (it != h ardwareMachine.vrdeSettings.mapProperties.end())3455 if (it != hw.vrdeSettings.mapProperties.end()) 3455 3456 strAddress = it->second; 3456 3457 if (strAddress.length())
Note:
See TracChangeset
for help on using the changeset viewer.