VirtualBox

Changeset 98286 in vbox


Ignore:
Timestamp:
Jan 24, 2023 1:15:30 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155491
Message:

Main/src-client: doxygen. bugref:10223

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestDnDPrivate.h

    r98273 r98286  
    854854    bool isProgressCanceled(void) const;
    855855    bool isProgressRunning(void) const;
    856     int setProgress(unsigned uPercentage, uint32_t uState, int vrcOp = VINF_SUCCESS,
     856    int setProgress(unsigned uPercentage, uint32_t uStatus, int vrcOp = VINF_SUCCESS,
    857857                    const Utf8Str &strMsg = Utf8Str::Empty /** @todo figure out what's the best way to pass empty Utf8Str by default - probably = Utf8Str() */);
    858858    HRESULT resetProgress(const ComObjPtr<Guest>& pParent, const Utf8Str &strDesc);
  • trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp

    r98273 r98286  
    507507 */
    508508int GuestDnDState::setProgress(unsigned uPercentage, uint32_t uStatus,
    509                                int vrcOp /* = VINF_SUCCESS */, const Utf8Str &strMsg /* = "" */)
     509                               int vrcOp /* = VINF_SUCCESS */, const Utf8Str &strMsg /* = Utf8Str::Empty */)
    510510{
    511511    LogFlowFunc(("uPercentage=%u, uStatus=%RU32, , vrcOp=%Rrc, strMsg=%s\n",
  • trunk/src/VBox/Main/src-client/UsbCardReader.cpp

    r98283 r98286  
    374374}
    375375
    376 /** @interface_method_impl{PDMICARDREADERDOWN,pfnStatusChange} */
     376/** @interface_method_impl{PDMICARDREADERDOWN,pfnGetStatusChange} */
    377377static DECLCALLBACK(int) drvCardReaderDownGetStatusChange(PPDMICARDREADERDOWN pInterface,
    378378                                                          void *pvUser,
Note: See TracChangeset for help on using the changeset viewer.

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