VirtualBox

Changeset 73853 in vbox


Ignore:
Timestamp:
Aug 23, 2018 8:52:29 AM (6 years ago)
Author:
vboxsync
Message:

Main/CloudClient+Progress+ExtPack: Make use of the extpack helper functions for dealing with IProgress objects, and remove the remaining temporary hacks which used to be required for the "cloud provider in extpack" case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/ProgressImpl.cpp

    r73824 r73853  
    208208    unconst(mId).create();
    209209
    210 #if !defined(VBOX_COM_INPROC) && !defined(VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK)
     210#if !defined(VBOX_COM_INPROC)
    211211    /* add to the global collection of progress operations (note: after
    212212     * creating mId) */
     
    327327    unconst(mInitiator).setNull();
    328328
    329 #if !defined(VBOX_COM_INPROC) && !defined(VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK)
     329#if !defined(VBOX_COM_INPROC)
    330330    if (mParent)
    331331    {
     
    471471    mErrorInfo = aErrorInfo;
    472472
    473 #if !defined(VBOX_COM_INPROC) && !defined(VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK)
     473#if !defined(VBOX_COM_INPROC)
    474474    /* remove from the global collection of pending progress operations */
    475475    if (mParent)
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