summaryrefslogtreecommitdiffstats
path: root/src/engine/events.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-27 18:22:56 +0000
committerDavid Robillard <d@drobilla.net>2009-05-27 18:22:56 +0000
commit0c1576d21588ece4e226da04523f36adac3a14c3 (patch)
treec7ad62136724b44b654e9d2c08fd20c89473a65f /src/engine/events.hpp
parentc11ecf0fd10641218326ae384e80413ba3cdf46c (diff)
downloadingen-0c1576d21588ece4e226da04523f36adac3a14c3.tar.gz
ingen-0c1576d21588ece4e226da04523f36adac3a14c3.tar.bz2
ingen-0c1576d21588ece4e226da04523f36adac3a14c3.zip
Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).
Rename 'rename' 'move' (WebDAV MOVE). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2012 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/events.hpp')
-rw-r--r--src/engine/events.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events.hpp b/src/engine/events.hpp
index ee8ab43e..8342fd45 100644
--- a/src/engine/events.hpp
+++ b/src/engine/events.hpp
@@ -27,7 +27,7 @@
#include "events/CreatePatchEvent.hpp"
#include "events/CreatePortEvent.hpp"
#include "events/DeactivateEvent.hpp"
-#include "events/DestroyEvent.hpp"
+#include "events/DeleteEvent.hpp"
#include "events/DisconnectAllEvent.hpp"
#include "events/DisconnectionEvent.hpp"
#include "events/LoadPluginsEvent.hpp"
@@ -35,7 +35,7 @@
#include "events/NoteEvent.hpp"
#include "events/PingQueuedEvent.hpp"
#include "events/RegisterClientEvent.hpp"
-#include "events/RenameEvent.hpp"
+#include "events/MoveEvent.hpp"
#include "events/RequestAllObjectsEvent.hpp"
#include "events/RequestMetadataEvent.hpp"
#include "events/RequestObjectEvent.hpp"