From 138a87e915ad3aff184730415105f94c874174bf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 20 Apr 2011 16:26:40 +0000 Subject: Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fix #675). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3184 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/HTTPEngineSender.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/HTTPEngineSender.hpp') diff --git a/src/client/HTTPEngineSender.hpp b/src/client/HTTPEngineSender.hpp index 75e2a2f7..27c34a51 100644 --- a/src/client/HTTPEngineSender.hpp +++ b/src/client/HTTPEngineSender.hpp @@ -25,7 +25,7 @@ #include "raul/Path.hpp" #include "sord/sordmm.hpp" -#include "ingen/EngineInterface.hpp" +#include "ingen/ServerInterface.hpp" typedef struct _SoupSession SoupSession; @@ -39,12 +39,12 @@ class HTTPClientReceiver; /* HTTP (via libsoup) interface to the engine. * - * Clients can use this opaquely as an EngineInterface to control the engine + * Clients can use this opaquely as an ServerInterface to control the engine * over HTTP (whether over a network or not). * * \ingroup IngenClient */ -class HTTPEngineSender : public EngineInterface +class HTTPEngineSender : public ServerInterface { public: HTTPEngineSender(Shared::World* world, const Raul::URI& engine_url); @@ -60,7 +60,7 @@ public: void attach(int32_t ping_id, bool block); - /* *** EngineInterface implementation below here *** */ + /* *** ServerInterface implementation below here *** */ void enable() { _enabled = true; } void disable() { _enabled = false; } -- cgit v1.2.1