Changeset 73168 in vbox
- Timestamp:
- Jul 17, 2018 7:56:12 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/CloudUserProfileListImpl.cpp
r73167 r73168 367 367 if (SUCCEEDED(hrc)) 368 368 { 369 ComObjPtr<CloudClientOCI> ptrCloudClientOCI;370 hrc = ptrCloudClientOCI.createObject();371 369 AutoReadLock wlock(this COMMA_LOCKVAL_SRC_POS); 372 hrc = ptrCloudClient OCI->initCloudClient(this, mParent, providerId, aProfileName);370 hrc = ptrCloudClient->initCloudClient(this, mParent, providerId, aProfileName); 373 371 if (SUCCEEDED(hrc)) 374 372 { 375 ptrCloudClient = ptrCloudClientOCI;376 373 hrc = ptrCloudClient.queryInterfaceTo(aCloudClient.asOutParam()); 377 374 }
Note:
See TracChangeset
for help on using the changeset viewer.