summaryrefslogtreecommitdiffstats
path: root/src/socket/SocketListener.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket/SocketListener.hpp')
-rw-r--r--src/socket/SocketListener.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/socket/SocketListener.hpp b/src/socket/SocketListener.hpp
index 896b08b4..10e9d1d2 100644
--- a/src/socket/SocketListener.hpp
+++ b/src/socket/SocketListener.hpp
@@ -30,16 +30,13 @@ namespace Socket {
class SocketListener : public Raul::Thread
{
public:
- SocketListener(Ingen::Shared::World& world,
- SharedPtr<Interface> iface);
-
+ SocketListener(Ingen::Shared::World& world);
~SocketListener();
private:
virtual void _run();
Ingen::Shared::World& _world;
- SharedPtr<Interface> _iface;
std::string _sock_path;
int _sock;
};