Changeset 17337 in vbox
- Timestamp:
- Mar 4, 2009 9:29:53 AM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
-
HostNetworkInterfaceImpl.cpp (modified) (1 diff)
-
include/HostNetworkInterfaceImpl.h (modified) (1 diff)
-
win/NetIfList-win.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp
r17333 r17337 358 358 } 359 359 360 STDMETHODIMP HostNetworkInterface::EnableStaticIpConfigV6 ( BSTR aIPV6Address,BSTR aIPV6Mask)360 STDMETHODIMP HostNetworkInterface::EnableStaticIpConfigV6 (IN_BSTR aIPV6Address, IN_BSTR aIPV6Mask) 361 361 { 362 362 return E_NOTIMPL; -
trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h
r17333 r17337 79 79 80 80 STDMETHOD(EnableStaticIpConfig) (ULONG aIPAddress, ULONG aNetworkMask, ULONG aDefaultGateway); 81 STDMETHOD(EnableStaticIpConfigV6) ( BSTR aIPV6Address,BSTR aIPV6Mask);81 STDMETHOD(EnableStaticIpConfigV6) (IN_BSTR aIPV6Address, IN_BSTR aIPV6Mask); 82 82 STDMETHOD(EnableDynamicIpConfig) (); 83 83 -
trunk/src/VBox/Main/win/NetIfList-win.cpp
r17275 r17337 687 687 } 688 688 689 //TODO: this is sample currently, hardcoded balues should be removed and exposed to the API 689 690 #if 0 690 //TODO: this is sample currently, hardcoded balues should be removed and exposed to the API 691 static int enableStatic() 691 static int NetIfEnableStatic() 692 692 { 693 693 INetCfg *pnc;
Note:
See TracChangeset
for help on using the changeset viewer.

