summaryrefslogtreecommitdiffstats
path: root/src/libs/client/OSCListener.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-07-19 08:59:30 +0000
committerDavid Robillard <d@drobilla.net>2006-07-19 08:59:30 +0000
commit466f306c1154b7aeccff301b8597872b82e3c806 (patch)
tree1b8d9d6c4a778f0f5cf36522295a66d3493e1adc /src/libs/client/OSCListener.h
parent2dbd0cd81dff72aea42344188d20f7d7f6d20e1a (diff)
downloadingen-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/OSCListener.h')
-rw-r--r--src/libs/client/OSCListener.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/libs/client/OSCListener.h b/src/libs/client/OSCListener.h
index e5947558..3e9d165d 100644
--- a/src/libs/client/OSCListener.h
+++ b/src/libs/client/OSCListener.h
@@ -22,7 +22,10 @@
#include <lo/lo.h>
#include "interface/ClientInterface.h"
-namespace LibOmClient {
+namespace Ingen {
+
+/** Client library */
+namespace Client {
//class NodeModel;
//class PresetModel;
@@ -50,9 +53,9 @@ inline static int name##_cb(LO_HANDLER_ARGS, void* osc_listener)\
* things like listening to the notification band over TCP while sending commands
* on the control band over UDP.
*
- * \ingroup libomclient
+ * \ingroup IngenClient
*/
-class OSCListener : virtual public Om::Shared::ClientInterface
+class OSCListener : virtual public Ingen::Shared::ClientInterface
{
public:
OSCListener(int listen_port);
@@ -111,6 +114,8 @@ private:
};
-} // namespace LibOmClient
+} // namespace Client
+
+} // namespace Ingen
#endif // OSCLISTENER_H