VirtualBox

Ignore:
Timestamp:
Jan 3, 2017 8:52:49 PM (8 years ago)
Author:
vboxsync
Message:

Main: doxygen fixes

File:
1 edited

Legend:

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

    r62485 r65088  
    540540 * @param   puMbits     Where to store the link speed.
    541541 */
    542 int NetIfGetLinkSpeed(const char * /*pcszIfName*/, uint32_t * /*puMbits*/)
    543 {
     542int NetIfGetLinkSpeed(const char *pcszIfName, uint32_t *puMbits)
     543{
     544    RT_NOREF(pcszIfName, puMbits);
    544545    return VERR_NOT_IMPLEMENTED;
    545546}
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