VirtualBox

Ignore:
Timestamp:
Jan 4, 2017 5:09:04 PM (8 years ago)
Author:
vboxsync
Message:

Debugger: doxygen fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCTcp.cpp

    r62838 r65118  
    169169
    170170/** @copydoc FNDBGCBACKSETREADY */
    171 static DECLCALLBACK(void) dbgcTcpBackSetReady(PDBGCBACK pBack, bool fBusy)
     171static DECLCALLBACK(void) dbgcTcpBackSetReady(PDBGCBACK pBack, bool fReady)
    172172{
    173173    /* stub */
    174174    NOREF(pBack);
    175     NOREF(fBusy);
     175    NOREF(fReady);
    176176}
    177177
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