VirtualBox

Ignore:
Timestamp:
Mar 26, 2019 4:21:44 PM (6 years ago)
Author:
vboxsync
Message:

scm fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp

    r77883 r77885  
    5252
    5353/**
    54  * List all available cloud instances for the specified cloud provider. 
    55  * Available cloud instance is one which state whether "running" or "stopped". 
    56  * 
     54 * List all available cloud instances for the specified cloud provider.
     55 * Available cloud instance is one which state whether "running" or "stopped".
     56 *
    5757 * @returns RTEXITCODE
    58  * @param a is the list of passed arguments 
    59  * @param iFirst is the position of the first unparsed argument in the arguments list 
    60  * @param pCommonOpts is a pointer to the structure CLOUDCOMMONOPT with some common 
     58 * @param a is the list of passed arguments
     59 * @param iFirst is the position of the first unparsed argument in the arguments list
     60 * @param pCommonOpts is a pointer to the structure CLOUDCOMMONOPT with some common
    6161 * arguments which have been already parsed before
    6262 */
     
    140140                                   ComSafeArrayAsOutParam(arrayVMIds)),
    141141                     RTEXITCODE_FAILURE);
    142     RTPrintf("List of available instances for the cloud profile \'%ls\' \nand compartment \'%s\':\n", 
     142    RTPrintf("List of available instances for the cloud profile \'%ls\' \nand compartment \'%s\':\n",
    143143             bstrProfileName.raw(), strCompartmentId.c_str());
    144144    size_t cIds = arrayVMIds.size();
     
    173173 *
    174174 * @returns RTEXITCODE
    175  * @param a is the list of passed arguments 
    176  * @param iFirst is the position of the first unparsed argument in the arguments list 
    177  * @param pCommonOpts is a pointer to the structure CLOUDCOMMONOPT with some common 
     175 * @param a is the list of passed arguments
     176 * @param iFirst is the position of the first unparsed argument in the arguments list
     177 * @param pCommonOpts is a pointer to the structure CLOUDCOMMONOPT with some common
    178178 * arguments which have been already parsed before
    179179 */
     
    245245    CHECK_ERROR2_RET(hrc, pCloudProfile,
    246246                     CreateCloudClient(oCloudClient.asOutParam()),
    247                      RTEXITCODE_FAILURE);   
     247                     RTEXITCODE_FAILURE);
    248248    com::SafeArray<BSTR> arrayVMNames;
    249249    com::SafeArray<BSTR> arrayVMIds;
     
    255255                                ComSafeArrayAsOutParam(arrayVMIds)),
    256256                     RTEXITCODE_FAILURE);
    257     RTPrintf("List of available images for the cloud profile \'%ls\' \nand compartment \'%s\':\n", 
     257    RTPrintf("List of available images for the cloud profile \'%ls\' \nand compartment \'%s\':\n",
    258258             bstrProfileName.raw(), strCompartmentId.c_str());
    259259    size_t cNames = arrayVMNames.size();
     
    270270}
    271271
    272 
    273272/**
    274273 * General function which handles the "list" commands
    275274 *
    276275 * @returns RTEXITCODE
    277  * @param a is the list of passed arguments 
    278  * @param iFirst is the position of the first unparsed argument in the arguments list 
    279  * @param pCommonOpts is a pointer to the structure CLOUDCOMMONOPT with some common 
     276 * @param a is the list of passed arguments
     277 * @param iFirst is the position of the first unparsed argument in the arguments list
     278 * @param pCommonOpts is a pointer to the structure CLOUDCOMMONOPT with some common
    280279 * arguments which have been already parsed before
    281280 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette