From ca93b4a1ac9d07ea150572801fd47f9a0818abff Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 18 Oct 2013 14:16:53 -0400 Subject: Clean up some stuff, including a few spots where exceptions were not being handled correctly. --- node/Demarc.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'node/Demarc.hpp') diff --git a/node/Demarc.hpp b/node/Demarc.hpp index 767cc864..fc283fef 100644 --- a/node/Demarc.hpp +++ b/node/Demarc.hpp @@ -100,8 +100,7 @@ public: * @param localPort Local IP port * @return True if successfully bound, or if already bound */ - bool bindLocalUdp(unsigned int localPort) - throw(); + bool bindLocalUdp(unsigned int localPort); /** * Pick a port to send to an address of a given type -- cgit v1.2.3