From 927b169eb1787bc40ede591c7c7893a39b488d95 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Apr 2012 02:25:35 +0000 Subject: Use "tail" and "head" terminology instead of "src_port" and "dst_port". Use the same types for connect() and disconnect() parameters. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4292 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/Connection.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ingen/Connection.hpp') diff --git a/ingen/Connection.hpp b/ingen/Connection.hpp index 6bb92d3a..7ff34847 100644 --- a/ingen/Connection.hpp +++ b/ingen/Connection.hpp @@ -30,8 +30,8 @@ class Connection public: virtual ~Connection() {} - virtual const Raul::Path& src_port_path() const = 0; - virtual const Raul::Path& dst_port_path() const = 0; + virtual const Raul::Path& tail_path() const = 0; + virtual const Raul::Path& head_path() const = 0; }; } // namespace Ingen -- cgit v1.2.1