Changeset 77436 in vbox for trunk/src/VBox/Main/src-server/os2
- Timestamp:
- Feb 22, 2019 5:40:00 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129000
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/os2/NetIf-os2.cpp
r76553 r77436 39 39 } 40 40 41 int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTRaIPV6Address, ULONG aIPV6MaskPrefixLength)41 int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, const Utf8Str &aIPV6Address, ULONG aIPV6MaskPrefixLength) 42 42 { 43 43 return VERR_NOT_IMPLEMENTED;
Note:
See TracChangeset
for help on using the changeset viewer.