Changeset 73853 in vbox
- Timestamp:
- Aug 23, 2018 8:52:29 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-all/ProgressImpl.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ProgressImpl.cpp
r73824 r73853 208 208 unconst(mId).create(); 209 209 210 #if !defined(VBOX_COM_INPROC) && !defined(VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK)210 #if !defined(VBOX_COM_INPROC) 211 211 /* add to the global collection of progress operations (note: after 212 212 * creating mId) */ … … 327 327 unconst(mInitiator).setNull(); 328 328 329 #if !defined(VBOX_COM_INPROC) && !defined(VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK)329 #if !defined(VBOX_COM_INPROC) 330 330 if (mParent) 331 331 { … … 471 471 mErrorInfo = aErrorInfo; 472 472 473 #if !defined(VBOX_COM_INPROC) && !defined(VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK)473 #if !defined(VBOX_COM_INPROC) 474 474 /* remove from the global collection of pending progress operations */ 475 475 if (mParent)
Note:
See TracChangeset
for help on using the changeset viewer.

