VirtualBox

Ignore:
Timestamp:
Jan 23, 2014 6:15:23 PM (11 years ago)
Author:
vboxsync
Message:

Main: s/Vbox/VBox/g s/VB/VBox/g

File:
1 edited

Legend:

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

    r44529 r50196  
    3434}
    3535
    36 int NetIfEnableStaticIpConfig(VirtualBox *pVbox, HostNetworkInterface * pIf, ULONG ip, ULONG mask)
     36int NetIfEnableStaticIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf, ULONG ip, ULONG mask)
    3737{
    3838    return VERR_NOT_IMPLEMENTED;
    3939}
    4040
    41 int NetIfEnableStaticIpConfigV6(VirtualBox *pVbox, HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)
     41int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)
    4242{
    4343    return VERR_NOT_IMPLEMENTED;
    4444}
    4545
    46 int NetIfEnableDynamicIpConfig(VirtualBox *pVbox, HostNetworkInterface * pIf)
     46int NetIfEnableDynamicIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf)
    4747{
    4848    return VERR_NOT_IMPLEMENTED;
     
    5050
    5151
    52 int NetIfDhcpRediscover(VirtualBox *pVbox, HostNetworkInterface * pIf)
     52int NetIfDhcpRediscover(VirtualBox *pVBox, HostNetworkInterface * pIf)
    5353{
    5454    return VERR_NOT_IMPLEMENTED;
    5555}
     56
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