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/libs/client/ModelClientInterface.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/libs/client/ModelClientInterface.h') diff --git a/src/libs/client/ModelClientInterface.h b/src/libs/client/ModelClientInterface.h index c0e7fdd1..d4362a38 100644 --- a/src/libs/client/ModelClientInterface.h +++ b/src/libs/client/ModelClientInterface.h @@ -22,7 +22,8 @@ using std::string; using std::auto_ptr; #include "interface/ClientInterface.h" -namespace LibOmClient { +namespace Ingen { +namespace Client { class PatchModel; class NodeModel; @@ -37,13 +38,13 @@ class PluginModel; * this and implement a class with a similar interface to ClientInterface except * with model classes passed where appropriate instead of primitives. * - * \ingroup libomclient + * \ingroup IngenClient */ -class ModelClientInterface : virtual public Om::Shared::ClientInterface +class ModelClientInterface : virtual public Ingen::Shared::ClientInterface { public: - ModelClientInterface(Om::Shared::ClientInterface& extend) - : Om::Shared::ClientInterface(extend) + ModelClientInterface(Ingen::Shared::ClientInterface& extend) + : Ingen::Shared::ClientInterface(extend) {} virtual ~ModelClientInterface() {} @@ -82,6 +83,7 @@ protected: }; -} // namespace LibOmClient +} // namespace Client +} // namespace Ingen #endif // MODELCLIENTINTERFACE_H -- cgit v1.2.1