From 7126f005be3e49818dafe0d2666b6745e09f8aff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Mar 2012 16:55:33 +0000 Subject: Remove ping() from interface, just use a get instead. Add preliminary AtomWriter Interface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4068 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/Interface.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'ingen/Interface.hpp') diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp index cdc37949..3f79e2de 100644 --- a/ingen/Interface.hpp +++ b/ingen/Interface.hpp @@ -75,7 +75,6 @@ public: virtual void set_response_id(int32_t id) = 0; // Requests - virtual void ping() = 0; virtual void get(const Raul::URI& uri) = 0; // Response -- cgit v1.2.1