summaryrefslogtreecommitdiffstats
path: root/include/ingen/ServerInterface.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-21 23:30:39 +0000
committerDavid Robillard <d@drobilla.net>2011-10-21 23:30:39 +0000
commit5a413b8cd31006c8836bcc7409f7055c890f8a68 (patch)
tree43add0ec00de9b323578d0f0c9ad0bd95011a74c /include/ingen/ServerInterface.hpp
parentd7bc67f9752a90abf165c875839294befb42ef90 (diff)
downloadingen-5a413b8cd31006c8836bcc7409f7055c890f8a68.tar.gz
ingen-5a413b8cd31006c8836bcc7409f7055c890f8a68.tar.bz2
ingen-5a413b8cd31006c8836bcc7409f7055c890f8a68.zip
Move uri() to CommonInterface.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3575 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include/ingen/ServerInterface.hpp')
-rw-r--r--include/ingen/ServerInterface.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/ServerInterface.hpp b/include/ingen/ServerInterface.hpp
index bf0b45ec..25016416 100644
--- a/include/ingen/ServerInterface.hpp
+++ b/include/ingen/ServerInterface.hpp
@@ -36,8 +36,6 @@ class ServerInterface : public CommonInterface
public:
virtual ~ServerInterface() {}
- virtual Raul::URI uri() const = 0;
-
// Responses
virtual void respond_to(ClientInterface* client, int32_t id) = 0;
virtual void disable_responses() = 0;