Changeset 73549 in vbox for trunk/src/VBox/Main/include/CloudUserProfileManagerImpl.h
- Timestamp:
- Aug 7, 2018 3:19:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/CloudUserProfileManagerImpl.h
r73337 r73549 41 41 private: 42 42 ComPtr<VirtualBox> const mParent; /**< Strong reference to the parent object (VirtualBox/IMachine). */ 43 #ifdef CLOUD_PROVIDERS_IN_EXTPACK 44 std::vector<ComPtr<ICloudUserProfileManager>> mUserProfileManagers; 45 #else 43 46 std::vector<CloudProviderId_T> mSupportedProviders; 47 #endif 44 48 45 49 HRESULT getSupportedProviders(std::vector<CloudProviderId_T> &aProviderTypes);
Note:
See TracChangeset
for help on using the changeset viewer.