From f6a9148bc3f3ec96272b2f759ef3f26afc2942f3 Mon Sep 17 00:00:00 2001 From: miha_vitorovic Date: Sun, 9 Jan 2011 21:00:37 +0100 Subject: [PATCH] Removed TODO from the comment for getBroadcastAddresses --- pvAccessApp/utils/inetAddressUtil.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pvAccessApp/utils/inetAddressUtil.h b/pvAccessApp/utils/inetAddressUtil.h index 0450839..ee7f381 100644 --- a/pvAccessApp/utils/inetAddressUtil.h +++ b/pvAccessApp/utils/inetAddressUtil.h @@ -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); /**