From 466f306c1154b7aeccff301b8597872b82e3c806 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 19 Jul 2006 08:59:30 +0000 Subject: Changed namespace names, removed almost all references to "Om" git-svn-id: http://svn.drobilla.net/lad/ingen@97 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/Controller.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/progs/ingenuity/Controller.h') diff --git a/src/progs/ingenuity/Controller.h b/src/progs/ingenuity/Controller.h index dac00d62..a2c1ce0d 100644 --- a/src/progs/ingenuity/Controller.h +++ b/src/progs/ingenuity/Controller.h @@ -24,16 +24,16 @@ #include "PluginModel.h" #include "OSCModelEngineInterface.h" -namespace LibOmClient { +namespace Ingen { namespace Client { class PatchModel; class NodeModel; class PatchLibrarian; -} +} } using std::string; using std::list; -using namespace LibOmClient; +using namespace Ingen::Client; -namespace OmGtk { +namespace Ingenuity { class PatchController; class Loader; @@ -47,7 +47,7 @@ class Loader; * This needs to be either eliminated or the name changed to OmController. Probably * best to keep around in case multiple engine control support comes around? * - * \ingroup OmGtk + * \ingroup Ingenuity */ class Controller : public OSCModelEngineInterface { @@ -105,6 +105,6 @@ private: }; -} // namespace OmGtk +} // namespace Ingenuity #endif // CONTROLLER_H -- cgit v1.2.1