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/engine/OSCClient.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/engine/OSCClient.cpp')
-rw-r--r-- | src/libs/engine/OSCClient.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libs/engine/OSCClient.cpp b/src/libs/engine/OSCClient.cpp index a902f629..b1489288 100644 --- a/src/libs/engine/OSCClient.cpp +++ b/src/libs/engine/OSCClient.cpp @@ -32,13 +32,13 @@ using std::cout; using std::cerr; using std::endl; -namespace Om { +namespace Ingen { /*! \page client_osc_namespace Client OSC Namespace Documentation * - * <p>These are all the messages sent from the engine to the client. Om - * communication takes place over two distinct bands: control band and + * <p>These are all the messages sent from the engine to the client. + * Communication takes place over two distinct bands: control band and * notification band.</p> * <p>The control band is where clients send commands, and receive a simple * response, either OK or an error.</p> @@ -497,4 +497,4 @@ OSCClient::program_remove(const string& node_path, uint32_t bank, uint32_t progr } -} // namespace Om +} // namespace Ingen |