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/NodeController.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/progs/ingenuity/NodeController.h') diff --git a/src/progs/ingenuity/NodeController.h b/src/progs/ingenuity/NodeController.h index 4aa3ba8d..ca00087c 100644 --- a/src/progs/ingenuity/NodeController.h +++ b/src/progs/ingenuity/NodeController.h @@ -24,17 +24,16 @@ #include "NodeModel.h" using std::string; -using Om::Path; -using namespace LibOmClient; +using namespace Ingen::Client; template class CountedPtr; -namespace LibOmClient { +namespace Ingen { namespace Client { class MetadataModel; class PortModel; -} +} } -namespace OmGtk { +namespace Ingenuity { class Controller; class OmModule; @@ -45,7 +44,7 @@ class OmFlowCanvas; /** Controller for a Node. * - * \ingroup OmGtk + * \ingroup Ingenuity */ class NodeController : public GtkObjectController { @@ -109,6 +108,6 @@ protected: }; -} // namespace OmGtk +} // namespace Ingenuity #endif // NODECONTROLLER_H -- cgit v1.2.1