diff options
author | David Robillard <d@drobilla.net> | 2006-07-19 08:59:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-07-19 08:59:30 +0000 |
commit | 466f306c1154b7aeccff301b8597872b82e3c806 (patch) | |
tree | 1b8d9d6c4a778f0f5cf36522295a66d3493e1adc /src/libs/client/OSCModelEngineInterface.cpp | |
parent | 2dbd0cd81dff72aea42344188d20f7d7f6d20e1a (diff) | |
download | ingen-466f306c1154b7aeccff301b8597872b82e3c806.tar.gz ingen-466f306c1154b7aeccff301b8597872b82e3c806.tar.bz2 ingen-466f306c1154b7aeccff301b8597872b82e3c806.zip |
Changed namespace names, removed almost all references to "Om"
git-svn-id: http://svn.drobilla.net/lad/ingen@97 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/OSCModelEngineInterface.cpp')
-rw-r--r-- | src/libs/client/OSCModelEngineInterface.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
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 |