Changeset 73170 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jul 17, 2018 9:16:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/CloudUserProfileManagerImpl.cpp
r73167 r73170 62 62 HRESULT CloudUserProfileManager::init(VirtualBox *aParent) 63 63 { 64 /* Enclose the state transition NotReady->InInit->Ready */ 65 AutoInitSpan autoInitSpan(this); 66 AssertReturn(autoInitSpan.isOk(), E_FAIL); 67 64 68 unconst(mParent) = aParent; 65 69 mSupportedProviders.clear(); 66 70 mSupportedProviders.push_back(CloudProviderId_OCI); 71 72 autoInitSpan.setSucceeded(); 67 73 return S_OK; 68 74 }
Note:
See TracChangeset
for help on using the changeset viewer.