Changeset 73551 in vbox
- Timestamp:
- Aug 7, 2018 4:41:59 PM (6 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
-
Makefile.kmk (modified) (1 diff)
-
include/CloudUserProfileManagerImpl.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r73535 r73551 77 77 $(if $(VBOX_WITH_MIDL_PROXY_STUB),VBOX_WITH_MIDL_PROXY_STUB,) \ 78 78 $(if $(VBOX_WITH_SDS),VBOX_WITH_SDS,) \ 79 $(if $(VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK),VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK,) 79 80 80 81 # Unconditionally enable the new semaphore key generation code -
trunk/src/VBox/Main/include/CloudUserProfileManagerImpl.h
r73549 r73551 26 26 /* VBox forward declarations */ 27 27 28 class ATL_NO_VTABLE CloudUserProfileManager :29 public CloudUserProfileManagerWrap28 class ATL_NO_VTABLE CloudUserProfileManager 29 : public CloudUserProfileManagerWrap 30 30 { 31 31 public: … … 41 41 private: 42 42 ComPtr<VirtualBox> const mParent; /**< Strong reference to the parent object (VirtualBox/IMachine). */ 43 #ifdef CLOUD_PROVIDERS_IN_EXTPACK43 #ifdef VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK 44 44 std::vector<ComPtr<ICloudUserProfileManager>> mUserProfileManagers; 45 45 #else
Note:
See TracChangeset
for help on using the changeset viewer.

