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/Loader.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/progs/ingenuity/Loader.h') diff --git a/src/progs/ingenuity/Loader.h b/src/progs/ingenuity/Loader.h index df7699d6..df9166d2 100644 --- a/src/progs/ingenuity/Loader.h +++ b/src/progs/ingenuity/Loader.h @@ -21,19 +21,19 @@ #include using std::string; -namespace LibOmClient { +namespace Ingen { namespace Client { class PatchLibrarian; class PatchModel; -} -using LibOmClient::PatchLibrarian; -using LibOmClient::PatchModel; +} } +using Ingen::Client::PatchLibrarian; +using Ingen::Client::PatchModel; -namespace OmGtk { +namespace Ingenuity { /** Event to run in the Loader thread. * - * \ingroup OmGtk + * \ingroup Ingenuity */ class LoaderEvent { @@ -47,7 +47,7 @@ protected: /** Loader thread patch loading event. * - * \ingroup OmGtk + * \ingroup Ingenuity */ class LoadPatchEvent : public LoaderEvent { @@ -66,7 +66,7 @@ private: /** Loader thread patch loading event. * - * \ingroup OmGtk + * \ingroup Ingenuity */ class SavePatchEvent : public LoaderEvent { @@ -115,7 +115,7 @@ private: * blocking everything else, so the app can respond to the incoming events * caused as a result of the patch loading. * - * \ingroup OmGtk + * \ingroup Ingenuity */ class Loader { @@ -149,6 +149,6 @@ private: }; -} // namespace OmGtk +} // namespace Ingenuity #endif // LOADERRTHREAD_H -- cgit v1.2.1