Removed TODO from the comment for getBroadcastAddresses

This commit is contained in:
miha_vitorovic
2011-01-09 21:00:37 +01:00
parent e40d6a9d12
commit f6a9148bc3

View File

@@ -33,9 +33,7 @@ namespace epics {
/**
* returns a vector containing all the IPv4 broadcast addresses
* on this machine. IPv6 doesn't have a local broadcast address.
*
* TODO Check implementation/rewrite this
*/
*/
InetAddrVector* getBroadcastAddresses(SOCKET sock);
/**