Changeset 66870 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
- Timestamp:
- May 11, 2017 10:35:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r66381 r66870 2074 2074 HRESULT Console::powerUp(ComPtr<IProgress> &aProgress) 2075 2075 { 2076 i_powerUp(aProgress.asOutParam(), false /* aPaused */); 2077 return S_OK; 2076 return i_powerUp(aProgress.asOutParam(), false /* aPaused */); 2078 2077 } 2079 2078 2080 2079 HRESULT Console::powerUpPaused(ComPtr<IProgress> &aProgress) 2081 2080 { 2082 i_powerUp(aProgress.asOutParam(), true /* aPaused */); 2083 return S_OK; 2081 return i_powerUp(aProgress.asOutParam(), true /* aPaused */); 2084 2082 } 2085 2083
Note:
See TracChangeset
for help on using the changeset viewer.