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/OSCModelEngineInterface.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/libs/client/OSCModelEngineInterface.cpp') diff --git a/src/libs/client/OSCModelEngineInterface.cpp b/src/libs/client/OSCModelEngineInterface.cpp index 98c35d46..2e831705 100644 --- a/src/libs/client/OSCModelEngineInterface.cpp +++ b/src/libs/client/OSCModelEngineInterface.cpp @@ -31,7 +31,8 @@ using std::cerr; using std::cout; using std::endl; -namespace LibOmClient { +namespace Ingen { +namespace Client { /** Construct a OSCModelEngineInterface with a user-provided ModelClientInterface object for notification @@ -58,7 +59,7 @@ OSCModelEngineInterface::~OSCModelEngineInterface() } -/** Attempt to connect to the Om engine and notify it of our existance. +/** Attempt to connect to the engine and notify it of our existance. * * Passing a client_port of 0 will automatically choose a free port. If the * @a block parameter is true, this function will not return until a connection @@ -361,4 +362,5 @@ OSCModelEngineInterface::m_om_response_error_cb(const char* path, const char* ty } */ -} // namespace LibOmClient +} // namespace Client +} // namespace Ingen -- cgit v1.2.1