From 5f71c5eecee673b0a1156d0fe56726750d17cb86 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Jun 2009 01:25:01 +0000 Subject: Rename event classes to match new pretty file names. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2069 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/SendPortActivity.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/engine/events/SendPortActivity.hpp') diff --git a/src/engine/events/SendPortActivity.hpp b/src/engine/events/SendPortActivity.hpp index bc2cb21f..0dd08924 100644 --- a/src/engine/events/SendPortActivity.hpp +++ b/src/engine/events/SendPortActivity.hpp @@ -40,10 +40,10 @@ namespace Events { * * \ingroup engine */ -class SendPortActivityEvent : public Event +class SendPortActivity : public Event { public: - inline SendPortActivityEvent(Engine& engine, + inline SendPortActivity(Engine& engine, SampleCount timestamp, PortImpl* port) : Event(engine, SharedPtr(), timestamp) @@ -51,7 +51,7 @@ public: { } - inline void operator=(const SendPortActivityEvent& ev) { + inline void operator=(const SendPortActivity& ev) { _port = ev._port; } -- cgit v1.2.1