- Timestamp:
- Sep 12, 2018 9:32:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/CloudProviderManagerImpl.cpp
r73873 r74206 62 62 63 63 #ifdef VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK 64 # ifdef VBOX_WITH_EXTPACK 64 65 // Engage the extension pack manager and get all the implementations of 65 66 // this class and all implemented cloud providers. … … 73 74 i_refreshProviders(); 74 75 } 76 # endif 75 77 #else 76 78 RT_NOREF(aParent); … … 95 97 { 96 98 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 99 if (mpExtPackMgr.isNull()) 100 return; 97 101 cExtPackMgrUpdate = mpExtPackMgr->i_getUpdateCounter(); 98 102 if (cExtPackMgrUpdate == mcExtPackMgrUpdate)
Note:
See TracChangeset
for help on using the changeset viewer.