Changeset 36673 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 14, 2011 3:22:37 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71165
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r36128 r36673 127 127 RemoteControlList mRemoteControls; 128 128 129 /** openRemoteSession() and OnSessionEnd() progress indicator */129 /** launchVMProcess() and OnSessionEnd() progress indicator */ 130 130 ComObjPtr<ProgressProxy> mProgress; 131 131 132 132 /** 133 * PID of the session object that must be passed to openSession() to134 * finalize the openRemoteSession() request (i.e., PID of the135 * process created by openRemoteSession())133 * PID of the session object that must be passed to openSession() 134 * to finalize the launchVMProcess() request (i.e., PID of the 135 * process created by launchVMProcess()) 136 136 */ 137 137 RTPROCESS mPid; … … 648 648 void composeSavedStateFilename(Utf8Str &strStateFilePath); 649 649 650 HRESULT openRemoteSession(IInternalSessionControl *aControl, 651 IN_BSTR aType, IN_BSTR aEnvironment, 652 ProgressProxy *aProgress); 650 HRESULT launchVMProcess(IInternalSessionControl *aControl, 651 const Utf8Str &strType, 652 const Utf8Str &strEnvironment, 653 ProgressProxy *aProgress); 653 654 654 655 HRESULT getDirectControl(ComPtr<IInternalSessionControl> *directControl)
Note:
See TracChangeset
for help on using the changeset viewer.