Changeset 79187 in vbox
- Timestamp:
- Jun 17, 2019 3:58:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r78764 r79187 208 208 && !fCompleted) 209 209 { 210 #if 0 /* Had to quick fix this myself now that the test case triggers it. Please address properly as suggested below. */ 210 211 HRESULT hr2 = mProgress->i_notifyComplete(hr, 211 212 COM_IIDOF(IGuestSession), … … 216 217 * painfully and with fewer string copies. */ 217 218 strMsg.c_str()); 219 #else 220 HRESULT hr2 = mProgress->i_notifyComplete(hr, 221 COM_IIDOF(IGuestSession), 222 GuestSession::getStaticComponentName(), 223 "%s", strMsg.c_str()); 224 #endif 218 225 if (FAILED(hr2)) 219 226 return hr2;
Note:
See TracChangeset
for help on using the changeset viewer.