Changeset 29864 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 28, 2010 1:34:53 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r29462 r29864 54 54 55 55 class Progress; 56 class ProgressProxy; 56 57 class Keyboard; 57 58 class Mouse; … … 125 126 126 127 /** openRemoteSession() and OnSessionEnd() progress indicator */ 127 ComObjPtr<Progress > mProgress;128 ComObjPtr<ProgressProxy> mProgress; 128 129 129 130 /** … … 622 623 HRESULT openRemoteSession(IInternalSessionControl *aControl, 623 624 IN_BSTR aType, IN_BSTR aEnvironment, 624 Progress *aProgress);625 ProgressProxy *aProgress); 625 626 HRESULT openExistingSession(IInternalSessionControl *aControl); 626 627 … … 887 888 STDMETHOD(UpdateState)(MachineState_T machineState); 888 889 STDMETHOD(GetIPCId)(BSTR *id); 889 STDMETHOD(SetPowerUpInfo)(IVirtualBoxErrorInfo *aError); 890 STDMETHOD(BeginPowerUp)(IProgress *aProgress); 891 STDMETHOD(EndPowerUp)(LONG iResult); 890 892 STDMETHOD(RunUSBDeviceFilters)(IUSBDevice *aUSBDevice, BOOL *aMatched, ULONG *aMaskedIfs); 891 893 STDMETHOD(CaptureUSBDevice)(IN_BSTR aId);
Note:
See TracChangeset
for help on using the changeset viewer.