VirtualBox

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


Ignore:
Timestamp:
Jan 10, 2011 2:24:13 PM (14 years ago)
Author:
vboxsync
Message:

Main/Console+Machine: move PowerDown progress object to VBoxSVC, plus VMTask cleanup

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

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

    r35369 r35460  
    55
    66/*
    7  * Copyright (C) 2006-2010 Oracle Corporation
     7 * Copyright (C) 2006-2011 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    435435
    436436    HRESULT powerUp(IProgress **aProgress, bool aPaused);
    437     HRESULT powerDown(Progress *aProgress = NULL);
     437    HRESULT powerDown(IProgress *aProgress = NULL);
    438438
    439439    HRESULT callTapSetupApplication(bool isStatic, RTFILE tapFD, Bstr &tapDevice,
  • trunk/src/VBox/Main/include/MachineImpl.h

    r35358 r35460  
    55
    66/*
    7  * Copyright (C) 2006-2010 Oracle Corporation
     7 * Copyright (C) 2006-2011 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    927927    STDMETHOD(BeginPowerUp)(IProgress *aProgress);
    928928    STDMETHOD(EndPowerUp)(LONG iResult);
     929    STDMETHOD(BeginPoweringDown)(IProgress **aProgress);
     930    STDMETHOD(EndPoweringDown)(LONG aResult, IN_BSTR aErrMsg);
    929931    STDMETHOD(RunUSBDeviceFilters)(IUSBDevice *aUSBDevice, BOOL *aMatched, ULONG *aMaskedIfs);
    930932    STDMETHOD(CaptureUSBDevice)(IN_BSTR aId);
Note: See TracChangeset for help on using the changeset viewer.

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