History log of /vbox/src/VBox/NetworkServices/NetLib/ComHostUtils.cpp
Revision Date Author Comments Expand
2883e7039d8138676e0a0d96c56f4838f1bf049b 54700 09-Mar-2015 vboxsync

VBoxNetNAT, VBoxNetDHCP: use the VirtualBoxClient interface

cc28a0490da37269088ec0710c3fbbd3d928fbdd 54696 09-Mar-2015 vboxsync

NetworkServices: fixed a few warnings

0d49a2fbc9857ad8dd29542de7fb37202f1a283f 50213 24-Jan-2014 vboxsync

spaces

59e3c9e4c31a2ae7772bfcf739cafb97de69d913 49830 09-Dec-2013 vboxsync

ComHostUtils.cpp: +line.

823c683f00ec87ed1e1df2084571a6da310a778a 49828 09-Dec-2013 vboxsync

ComHostUtils.cpp: createNatListener warning [-Wreturn-type].

f644ba9f63d9f2f79fdd74ec1c1cab65932cf201 49825 09-Dec-2013 vboxsync

NetLib: 'const' is commented out because of compilation erro on Windows host, but it's intended that this function isn't modify event type array (build fix.)

0ceef834e27f7caceb5b8f8f3d50c6adbed62631 49822 09-Dec-2013 vboxsync

NetLib/ComHostUtils.cpp: defines VBOX_COM_OUTOFPROC_MODULE to create local object for listeners on Windows platform. should elluminate corresponding command line argument in NAT/Makefile.kmk when the code will be added to build.

e4cf7db64108881d115446b538421e09bddb682b 49819 09-Dec-2013 vboxsync

extracts Main-helper functions and listener declaration for sharing between network services.