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/engine/OSCClient.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libs/engine/OSCClient.cpp') 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 * - *

These are all the messages sent from the engine to the client. Om - * communication takes place over two distinct bands: control band and + *

These are all the messages sent from the engine to the client. + * Communication takes place over two distinct bands: control band and * notification band.

*

The control band is where clients send commands, and receive a simple * response, either OK or an error.

@@ -497,4 +497,4 @@ OSCClient::program_remove(const string& node_path, uint32_t bank, uint32_t progr } -} // namespace Om +} // namespace Ingen -- cgit v1.2.1