Changeset 74207 in vbox
- Timestamp:
- Sep 12, 2018 9:36:36 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/CloudProviderManagerImpl.cpp
r74206 r74207 61 61 m_apCloudProviders.clear(); 62 62 63 #ifdef VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK 64 # ifdef VBOX_WITH_EXTPACK 63 #if defined(VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK) && defined(VBOX_WITH_EXTPACK) 65 64 // Engage the extension pack manager and get all the implementations of 66 65 // this class and all implemented cloud providers. … … 74 73 i_refreshProviders(); 75 74 } 76 # endif77 75 #else 78 76 RT_NOREF(aParent);
Note:
See TracChangeset
for help on using the changeset viewer.