VirtualBox

Changeset 65428 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Jan 24, 2017 3:32:55 PM (8 years ago)
Author:
vboxsync
Message:

doxygen fixes

File:
1 edited

Legend:

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

    r63563 r65428  
    11121112 * @returns VBox status code.
    11131113 *
    1114  * @param   pszIfName   Interface name.
     1114 * @param   pcszIfName  Interface name.
    11151115 * @param   penmState   Where to store the retrieved state.
    11161116 */
    1117 int NetIfGetState(const char *pszIfName, NETIFSTATUS *penmState)
    1118 {
    1119     RT_NOREF(pszIfName, penmState);
     1117int NetIfGetState(const char *pcszIfName, NETIFSTATUS *penmState)
     1118{
     1119    RT_NOREF(pcszIfName, penmState);
    11201120    return VERR_NOT_IMPLEMENTED;
    11211121}
     
    11271127 * @returns VBox status code.
    11281128 *
    1129  * @param   pszIfName  Interface name.
     1129 * @param   pcszIfName  Interface name.
    11301130 * @param   puMbits     Where to store the link speed.
    11311131 */
    1132 int NetIfGetLinkSpeed(const char *pszIfName, uint32_t *puMbits)
    1133 {
    1134     RT_NOREF(pszIfName, puMbits);
     1132int NetIfGetLinkSpeed(const char *pcszIfName, uint32_t *puMbits)
     1133{
     1134    RT_NOREF(pcszIfName, puMbits);
    11351135    return VERR_NOT_IMPLEMENTED;
    11361136}
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