summaryrefslogtreecommitdiffstats
path: root/src/engine/events/RequestAllObjects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/RequestAllObjects.cpp')
-rw-r--r--src/engine/events/RequestAllObjects.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/events/RequestAllObjects.cpp b/src/engine/events/RequestAllObjects.cpp
index 998566a4..91e58e1e 100644
--- a/src/engine/events/RequestAllObjects.cpp
+++ b/src/engine/events/RequestAllObjects.cpp
@@ -27,21 +27,21 @@ namespace Ingen {
namespace Events {
-RequestAllObjectsEvent::RequestAllObjectsEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp)
+RequestAllObjects::RequestAllObjects(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp)
: QueuedEvent(engine, responder, timestamp)
{
}
void
-RequestAllObjectsEvent::pre_process()
+RequestAllObjects::pre_process()
{
QueuedEvent::pre_process();
}
void
-RequestAllObjectsEvent::post_process()
+RequestAllObjects::post_process()
{
if (_responder->client()) {
_responder->respond_ok();