summaryrefslogtreecommitdiff
path: root/Bus/Ivy/IvyWatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'Bus/Ivy/IvyWatcher.h')
-rw-r--r--Bus/Ivy/IvyWatcher.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/Bus/Ivy/IvyWatcher.h b/Bus/Ivy/IvyWatcher.h
deleted file mode 100644
index 1eb0718..0000000
--- a/Bus/Ivy/IvyWatcher.h
+++ /dev/null
@@ -1,34 +0,0 @@
-
-#pragma once
-
-// IvyWatcher.h : header file
-//
-
-
-#include "ThreadedSocket.h"
-#include "Ivy.h"
-
-/////////////////////////////////////////////////////////////////////////////
-// IvyWatcher command target
-
-class IvyWatcher : public CThreadedSocket
-{
-// Attributes
-public:
-
-// Operations
-public:
- IvyWatcher(Ivy *bus);
- virtual ~IvyWatcher();
-// Overrides
-public:
- void start(const char *domain);
- void stop();
- virtual void OnReceive(int nErrorCode);
-
-// Implementation
-protected:
- Ivy * bus;
-
-};
-