Changeset 79944 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 23, 2019 11:36:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp
r79943 r79944 509 509 } 510 510 511 Bstr bstrProfileName;512 511 ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile; 513 pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());514 512 515 513 ComObjPtr<ICloudClient> oCloudClient; … … 626 624 } 627 625 628 Bstr bstrProfileName;629 626 ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile; 630 pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());631 627 632 628 ComObjPtr<ICloudClient> oCloudClient; … … 685 681 } 686 682 687 Bstr bstrProfileName;688 683 ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile; 689 pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());690 684 691 685 ComObjPtr<ICloudClient> oCloudClient; … … 744 738 } 745 739 746 Bstr bstrProfileName;747 740 ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile; 748 pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());749 741 750 742 ComObjPtr<ICloudClient> oCloudClient; … … 873 865 } 874 866 875 Bstr bstrProfileName;876 867 ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile; 877 pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());878 868 879 869 ComObjPtr<ICloudClient> oCloudClient; … … 985 975 986 976 987 Bstr bstrProfileName;988 977 ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile; 989 pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());990 978 991 979 ComObjPtr<ICloudClient> oCloudClient; … … 1098 1086 } 1099 1087 1100 Bstr bstrProfileName;1101 1088 ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile; 1102 pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());1103 1089 1104 1090 ComPtr<IVirtualBox> pVirtualBox = a->virtualBox; … … 1159 1145 } 1160 1146 1161 Bstr bstrProfileName;1162 1147 ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile; 1163 pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());1164 1148 1165 1149 ComObjPtr<ICloudClient> oCloudClient; … … 1249 1233 } 1250 1234 1251 Bstr bstrProfileName;1252 1235 ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile; 1253 pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());1254 1236 1255 1237 ComObjPtr<ICloudClient> oCloudClient;
Note:
See TracChangeset
for help on using the changeset viewer.