Changeset 35460 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 10, 2011 2:24:13 PM (14 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r35369 r35460 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 435 435 436 436 HRESULT powerUp(IProgress **aProgress, bool aPaused); 437 HRESULT powerDown( Progress *aProgress = NULL);437 HRESULT powerDown(IProgress *aProgress = NULL); 438 438 439 439 HRESULT callTapSetupApplication(bool isStatic, RTFILE tapFD, Bstr &tapDevice, -
trunk/src/VBox/Main/include/MachineImpl.h
r35358 r35460 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 927 927 STDMETHOD(BeginPowerUp)(IProgress *aProgress); 928 928 STDMETHOD(EndPowerUp)(LONG iResult); 929 STDMETHOD(BeginPoweringDown)(IProgress **aProgress); 930 STDMETHOD(EndPoweringDown)(LONG aResult, IN_BSTR aErrMsg); 929 931 STDMETHOD(RunUSBDeviceFilters)(IUSBDevice *aUSBDevice, BOOL *aMatched, ULONG *aMaskedIfs); 930 932 STDMETHOD(CaptureUSBDevice)(IN_BSTR aId);
Note:
See TracChangeset
for help on using the changeset viewer.