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/ControlPanel.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'src/progs/ingenuity/ControlPanel.h') diff --git a/src/progs/ingenuity/ControlPanel.h b/src/progs/ingenuity/ControlPanel.h index 1f3264ce..a0cc819d 100644 --- a/src/progs/ingenuity/ControlPanel.h +++ b/src/progs/ingenuity/ControlPanel.h @@ -32,14 +32,13 @@ using std::vector; using std::string; using std::pair; using std::cerr; using std::cout; using std::endl; -namespace LibOmClient { -class PortModel; -class NodeModel; -} -using namespace LibOmClient; -using Om::Path; +namespace Ingen { namespace Client { + class PortModel; + class NodeModel; +} } +using namespace Ingen::Client; -namespace OmGtk { +namespace Ingenuity { class NodeController; class PortController; @@ -49,7 +48,7 @@ class PortController; * * Used by both NodeControlWindow and the main window (for patch controls). * - * \ingroup OmGtk + * \ingroup Ingenuity */ class ControlPanel : public Gtk::VBox { public: @@ -125,6 +124,6 @@ ControlPanel::set_control(const Path& port_path, const float val) } */ -} // namespace OmGtk +} // namespace Ingenuity #endif // CONTROLPANEL_H -- cgit v1.2.1