VirtualBox

Changeset 72898 in vbox


Ignore:
Timestamp:
Jul 4, 2018 6:33:51 PM (6 years ago)
Author:
vboxsync
Message:

ApplianceImpl.cpp: Removed empty doxygen return and param tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImpl.cpp

    r72508 r72898  
    516516
    517517/**
    518 * Public method implementation.
    519  * @return
     518 * Public method implementation.
    520519 */
    521520HRESULT Appliance::getCertificate(ComPtr<ICertificate> &aCertificateInfo)
     
    533532/**
    534533 * Public method implementation.
    535  * @param   aVirtualSystemDescriptions
    536  * @return
    537534 */
    538535HRESULT Appliance::getVirtualSystemDescriptions(std::vector<ComPtr<IVirtualSystemDescription> > &aVirtualSystemDescriptions)
     
    548545    for (std::list< ComObjPtr<VirtualSystemDescription> >::iterator it = vsds.begin(); it != vsds.end(); ++it, ++i)
    549546    {
    550          (*it).queryInterfaceTo(aVirtualSystemDescriptions[i].asOutParam());
     547        (*it).queryInterfaceTo(aVirtualSystemDescriptions[i].asOutParam());
    551548    }
    552549    return S_OK;
     
    555552/**
    556553 * Public method implementation.
    557  * @param aMachines
    558  * @return
    559554 */
    560555HRESULT Appliance::getMachines(std::vector<com::Utf8Str> &aMachines)
     
    606601
    607602/**
    608 * Public method implementation.
    609  * @return
     603 * Public method implementation.
    610604 */
    611605HRESULT Appliance::getWarnings(std::vector<com::Utf8Str> &aWarnings)
     
    692686//
    693687////////////////////////////////////////////////////////////////////////////////
    694 //
     688
    695689HRESULT Appliance::i_initSetOfSupportedStandardsURI()
    696690{
     
    810804 * @return ComObjPtr<MediumFormat>
    811805 */
    812 
    813806HRESULT Appliance::i_findMediumFormatFromDiskImage(const ovf::DiskImage &di, ComObjPtr<MediumFormat>& mf)
    814807{
     
    864857
    865858    if (mf.isNull())
    866     {
    867         rc = setError(E_FAIL,
    868                tr("Internal inconsistency looking up medium format for the disk image '%s'"),
    869                di.strHref.c_str());
    870     }
     859        rc = setError(E_FAIL, tr("Internal inconsistency looking up medium format for the disk image '%s'"),
     860                      di.strHref.c_str());
    871861
    872862    return rc;
     
    921911 *
    922912 * Must be called from under the object lock!
    923  *
    924  * @return
    925913 */
    926914bool Appliance::i_isApplianceIdle()
     
    988976 * Called from Appliance::importImpl() and Appliance::writeImpl() to set up a
    989977 * progress object with the proper weights and maximum progress values.
    990  *
    991  * @param pProgress
    992  * @param strDescription
    993  * @param mode
    994  * @return
    995978 */
    996979HRESULT Appliance::i_setUpProgress(ComObjPtr<Progress> &pProgress,
     
    11041087 * that the user interface sees progress correctly and that cancel signals are
    11051088 * passed on to the second thread.
     1089 *
    11061090 * @param pProgressThis Progress object of the current thread.
    11071091 * @param pProgressAsync Progress object of asynchronous task running in background.
     
    12601244 * @thread  pTask       The task.
    12611245 */
    1262 /* static */
    1263 void Appliance::i_importOrExportThreadTask(TaskOVF *pTask)
     1246/* static */ void Appliance::i_importOrExportThreadTask(TaskOVF *pTask)
    12641247{
    12651248    LogFlowFuncEnter();
     
    13251308}
    13261309
    1327 /* static */
    1328 DECLCALLBACK(int) Appliance::TaskOVF::updateProgress(unsigned uPercent, void *pvUser)
     1310/* static */ DECLCALLBACK(int) Appliance::TaskOVF::updateProgress(unsigned uPercent, void *pvUser)
    13291311{
    13301312    Appliance::TaskOVF* pTask = *(Appliance::TaskOVF**)pvUser;
     
    13891371}
    13901372
     1373
    13911374////////////////////////////////////////////////////////////////////////////////
    13921375//
     
    13951378////////////////////////////////////////////////////////////////////////////////
    13961379
    1397 
    13981380/**
    13991381 * COM initializer.
     
    14261408    m = NULL;
    14271409}
     1410
    14281411
    14291412////////////////////////////////////////////////////////////////////////////////
     
    14351418/**
    14361419 * Public method implementation.
    1437  * @param   aCount
    1438  * @return
    14391420 */
    14401421HRESULT VirtualSystemDescription::getCount(ULONG *aCount)
     
    14511432/**
    14521433 * Public method implementation.
    1453  * @return
    14541434 */
    14551435HRESULT VirtualSystemDescription::getDescription(std::vector<VirtualSystemDescriptionType_T> &aTypes,
     
    14821462/**
    14831463 * Public method implementation.
    1484  * @return
    14851464 */
    14861465HRESULT VirtualSystemDescription::getDescriptionByType(VirtualSystemDescriptionType_T aType,
     
    15171496/**
    15181497 * Public method implementation.
    1519  * @return
    15201498 */
    15211499HRESULT VirtualSystemDescription::getValuesByType(VirtualSystemDescriptionType_T aType,
     
    15511529/**
    15521530 * Public method implementation.
    1553  * @return
    15541531 */
    15551532HRESULT VirtualSystemDescription::setFinalValues(const std::vector<BOOL> &aEnabled,
     
    15891566/**
    15901567 * Public method implementation.
    1591  * @return
    15921568 */
    15931569HRESULT VirtualSystemDescription::addDescription(VirtualSystemDescriptionType_T aType,
     
    16381614 * Private method; returns a list of description items containing all the items from the member
    16391615 * description items of this virtual system that match the given type.
    1640  * @param aType
    1641  * @return
    16421616 */
    16431617std::list<VirtualSystemDescriptionEntry*> VirtualSystemDescription::i_findByType(VirtualSystemDescriptionType_T aType)
     
    16571631/* Private method; delete all records from the list
    16581632 * m->llDescriptions that match the given type.
    1659  * @param aType
    1660  * @return
    16611633 */
    16621634void VirtualSystemDescription::i_removeByType(VirtualSystemDescriptionType_T aType)
     
    16761648 * the given reference ID. Useful when needing the controller for a particular
    16771649 * virtual disk.
    1678  * @param id
    1679  * @return
    16801650 */
    16811651const VirtualSystemDescriptionEntry* VirtualSystemDescription::i_findControllerFromID(uint32_t id)
     
    17401710/**
    17411711 * Returns the machine config created by importVBoxMachineXML() or NULL if there's none.
    1742  * @return
    17431712 */
    17441713const settings::MachineConfigFile* VirtualSystemDescription::i_getMachineConfig() const
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