Changeset 24786 in vbox for trunk/src/VBox/Main/ConsoleImpl.cpp
- Timestamp:
- Nov 19, 2009 12:57:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r24704 r24786 4806 4806 rc = mMachine->COMGETTER(TeleporterEnabled)(&fTeleporterEnabled); 4807 4807 CheckComRCReturnRC(rc); 4808 #if 0 /** @todo we should save it afterwards, but that isn't necessarily a good idea. Find a better place for this (VBoxSVC). */ 4808 4809 if (fTeleporterEnabled) 4809 4810 { … … 4811 4812 CheckComRCReturnRC(rc); 4812 4813 } 4814 #endif 4813 4815 4814 4816 /* create a progress object to track progress of this operation */
Note:
See TracChangeset
for help on using the changeset viewer.