From f845aa9eaf46cfa2ad2427b62fa9062e7f6c7934 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Jun 2009 01:08:56 +0000 Subject: Move events to their own namespace. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2068 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/RequestPlugins.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/engine/events/RequestPlugins.hpp') diff --git a/src/engine/events/RequestPlugins.hpp b/src/engine/events/RequestPlugins.hpp index d4f2d05a..8eb98492 100644 --- a/src/engine/events/RequestPlugins.hpp +++ b/src/engine/events/RequestPlugins.hpp @@ -25,6 +25,9 @@ namespace Ingen { class Responder; +namespace Events { + + /** A request from a client to send notification of all objects (ie refresh). * * \ingroup engine @@ -43,5 +46,6 @@ private: } // namespace Ingen +} // namespace Events #endif // REQUESTPLUGINSEVENT_H -- cgit v1.2.1