summaryrefslogtreecommitdiffstats
path: root/src/Net/Listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Net/Listener.h')
-rw-r--r--src/Net/Listener.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Net/Listener.h b/src/Net/Listener.h
index a095439..ca19947 100644
--- a/src/Net/Listener.h
+++ b/src/Net/Listener.h
@@ -21,7 +21,6 @@
#define MAD_NET_LISTENER_H_
#include "IPAddress.h"
-#include <Common/Exception.h>
#include <gnutls/gnutls.h>
#include <list>
@@ -51,7 +50,7 @@ class Listener {
Listener& operator=(const Listener &o);
public:
- Listener(const std::string &x905CertFile0, const std::string &x905KeyFile0, const IPAddress &address0 = IPAddress()) throw(Common::Exception);
+ Listener(const std::string &x905CertFile0, const std::string &x905KeyFile0, const IPAddress &address0 = IPAddress()) throw(Exception);
virtual ~Listener();
ServerConnection* getConnection();