Changeset 25749 in vbox
- Timestamp:
- Jan 12, 2010 10:33:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r25729 r25749 2335 2335 // constructor has called RTTimeNow(&timeLastStateChange) before 2336 2336 2337 #if 1 /** @todo Teleportation: Obsolete. Remove in a couple of days. */2338 if (!elmMachine.getAttributeValue("teleporterEnabled", fTeleporterEnabled)2339 && !elmMachine.getAttributeValue("liveMigrationTarget", fTeleporterEnabled))2340 fTeleporterEnabled = false;2341 if (!elmMachine.getAttributeValue("teleporterPort", uTeleporterPort)2342 && !elmMachine.getAttributeValue("liveMigrationPort", uTeleporterPort))2343 uTeleporterPort = 0;2344 if (!elmMachine.getAttributeValue("teleporterAddress", strTeleporterAddress))2345 strTeleporterAddress = "";2346 if (!elmMachine.getAttributeValue("teleporterPassword", strTeleporterPassword)2347 && !elmMachine.getAttributeValue("liveMigrationPassword", strTeleporterPassword))2348 strTeleporterPassword = "";2349 #endif2350 2351 2337 // parse Hardware before the other elements because other things depend on it 2352 2338 const xml::ElementNode *pelmHardware;
Note:
See TracChangeset
for help on using the changeset viewer.