VirtualBox

Changeset 74206 in vbox for trunk/src


Ignore:
Timestamp:
Sep 12, 2018 9:32:18 AM (6 years ago)
Author:
vboxsync
Message:

CloudProviderManagerImpl.cpp: Build fix for !defined(VBOX_WITH_EXTPACK) case. bugref:9152

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/CloudProviderManagerImpl.cpp

    r73873 r74206  
    6262
    6363#ifdef VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK
     64# ifdef VBOX_WITH_EXTPACK
    6465    // Engage the extension pack manager and get all the implementations of
    6566    // this class and all implemented cloud providers.
     
    7374        i_refreshProviders();
    7475    }
     76# endif
    7577#else
    7678    RT_NOREF(aParent);
     
    9597    {
    9698        AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
     99        if (mpExtPackMgr.isNull())
     100            return;
    97101        cExtPackMgrUpdate = mpExtPackMgr->i_getUpdateCounter();
    98102        if (cExtPackMgrUpdate == mcExtPackMgrUpdate)
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