- Timestamp:
- Jan 9, 2025 10:19:23 AM (7 weeks ago)
- svn:sync-xref-src-repo-rev:
- 166656
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/CloudGateway.cpp
r107581 r107583 193 193 { 194 194 hrc = network->COMGETTER(Provider)(gateway.mCloudProvider.asOutParam()); 195 AssertComRC BreakRC(hrc);195 AssertComRCReturnRC(hrc); 196 196 hrc = network->COMGETTER(Profile)(gateway.mCloudProfile.asOutParam()); 197 AssertComRC BreakRC(hrc);197 AssertComRCReturnRC(hrc); 198 198 CloudClient client(virtualBox, gateway.mCloudProvider, gateway.mCloudProfile); 199 199 client.startCloudGateway(network, gateway); /* Throws CloudError on failure. */
Note:
See TracChangeset
for help on using the changeset viewer.