summaryrefslogtreecommitdiffstats
path: root/src/server/Broadcaster.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Broadcaster.hpp')
-rw-r--r--src/server/Broadcaster.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/Broadcaster.hpp b/src/server/Broadcaster.hpp
index f7952a31..9efb9c30 100644
--- a/src/server/Broadcaster.hpp
+++ b/src/server/Broadcaster.hpp
@@ -1,6 +1,6 @@
/*
This file is part of Ingen.
- Copyright 2007-2015 David Robillard <http://drobilla.net/>
+ Copyright 2007-2016 David Robillard <http://drobilla.net/>
Ingen is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free
@@ -148,6 +148,8 @@ public:
Raul::URI uri() const { return Raul::URI("ingen:/broadcaster"); }
+ void undo() {} ///< N/A
+ void redo() {} ///< N/A
void set_response_id(int32_t id) {} ///< N/A
void get(const Raul::URI& uri) {} ///< N/A
void response(int32_t id, Status status, const std::string& subject) {} ///< N/A