From 629fb50716083c71146340de97eb8651679ca9fb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 31 Jul 2012 00:14:50 +0000 Subject: Merge Ingen::Shared namespace into Ingen namespace and core libingen library. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4579 a436a847-0d15-0410-975c-d299462d15a1 --- src/socket/SocketListener.hpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/socket/SocketListener.hpp') diff --git a/src/socket/SocketListener.hpp b/src/socket/SocketListener.hpp index e9c27d85..c4700ed4 100644 --- a/src/socket/SocketListener.hpp +++ b/src/socket/SocketListener.hpp @@ -24,24 +24,23 @@ namespace Ingen { class Interface; - -namespace Shared { class World; } +class World; namespace Socket { class SocketListener : public Raul::Thread { public: - explicit SocketListener(Ingen::Shared::World& world); + explicit SocketListener(Ingen::World& world); ~SocketListener(); private: virtual void _run(); - Ingen::Shared::World& _world; - std::string _unix_path; - Socket _unix_sock; - Socket _net_sock; + Ingen::World& _world; + std::string _unix_path; + Socket _unix_sock; + Socket _net_sock; }; } // namespace Ingen -- cgit v1.2.1