diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-18 14:16:53 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-18 14:16:53 -0400 |
| commit | ca93b4a1ac9d07ea150572801fd47f9a0818abff (patch) | |
| tree | 8ec8916b82baab567a3d9cc66471b866f8ef1809 /node/Demarc.hpp | |
| parent | 03b909603ae6010d7bf059de688c0cfe0f96a0a3 (diff) | |
| download | infinitytier-ca93b4a1ac9d07ea150572801fd47f9a0818abff.tar.gz infinitytier-ca93b4a1ac9d07ea150572801fd47f9a0818abff.zip | |
Clean up some stuff, including a few spots where exceptions were not being handled correctly.
Diffstat (limited to 'node/Demarc.hpp')
| -rw-r--r-- | node/Demarc.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
