VirtualBox

Changeset 73551 in vbox


Ignore:
Timestamp:
Aug 7, 2018 4:41:59 PM (6 years ago)
Author:
vboxsync
Message:

VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK (bugref:9152)

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r73535 r73551  
    7777        $(if $(VBOX_WITH_MIDL_PROXY_STUB),VBOX_WITH_MIDL_PROXY_STUB,) \
    7878        $(if $(VBOX_WITH_SDS),VBOX_WITH_SDS,) \
     79       $(if $(VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK),VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK,)
    7980
    8081# Unconditionally enable the new semaphore key generation code
  • trunk/src/VBox/Main/include/CloudUserProfileManagerImpl.h

    r73549 r73551  
    2626/* VBox forward declarations */
    2727
    28 class ATL_NO_VTABLE CloudUserProfileManager :
    29     public CloudUserProfileManagerWrap
     28class ATL_NO_VTABLE CloudUserProfileManager
     29    : public CloudUserProfileManagerWrap
    3030{
    3131public:
     
    4141private:
    4242    ComPtr<VirtualBox> const mParent;       /**< Strong reference to the parent object (VirtualBox/IMachine). */
    43 #ifdef CLOUD_PROVIDERS_IN_EXTPACK
     43#ifdef VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK
    4444    std::vector<ComPtr<ICloudUserProfileManager>> mUserProfileManagers;
    4545#else
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