VirtualBox

Changeset 29864 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
May 28, 2010 1:34:53 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62105
Message:

Main: Make it possible to cancel the starting of a teleporation target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r29462 r29864  
    5454
    5555class Progress;
     56class ProgressProxy;
    5657class Keyboard;
    5758class Mouse;
     
    125126
    126127            /** openRemoteSession() and OnSessionEnd() progress indicator */
    127             ComObjPtr<Progress> mProgress;
     128            ComObjPtr<ProgressProxy> mProgress;
    128129
    129130            /**
     
    622623    HRESULT openRemoteSession(IInternalSessionControl *aControl,
    623624                              IN_BSTR aType, IN_BSTR aEnvironment,
    624                               Progress *aProgress);
     625                              ProgressProxy *aProgress);
    625626    HRESULT openExistingSession(IInternalSessionControl *aControl);
    626627
     
    887888    STDMETHOD(UpdateState)(MachineState_T machineState);
    888889    STDMETHOD(GetIPCId)(BSTR *id);
    889     STDMETHOD(SetPowerUpInfo)(IVirtualBoxErrorInfo *aError);
     890    STDMETHOD(BeginPowerUp)(IProgress *aProgress);
     891    STDMETHOD(EndPowerUp)(LONG iResult);
    890892    STDMETHOD(RunUSBDeviceFilters)(IUSBDevice *aUSBDevice, BOOL *aMatched, ULONG *aMaskedIfs);
    891893    STDMETHOD(CaptureUSBDevice)(IN_BSTR aId);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette