summaryrefslogtreecommitdiff
path: root/zaphistory_osditem.c
diff options
context:
space:
mode:
Diffstat (limited to 'zaphistory_osditem.c')
-rw-r--r--zaphistory_osditem.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/zaphistory_osditem.c b/zaphistory_osditem.c
new file mode 100644
index 0000000..3bd98d6
--- /dev/null
+++ b/zaphistory_osditem.c
@@ -0,0 +1,19 @@
+/*
+ * zaphistory_osditem.c: A plugin for the Video Disk Recorder
+ *
+ * See the README file for copyright information and how to reach the author.
+ *
+ * $Id$
+ */
+
+#include "zaphistory_osditem.h"
+
+// --- cZapHistoryOsdItem ------------------------------------------------------
+cZapHistoryOsdItem::cZapHistoryOsdItem(cZapHistoryChannel *Channel)
+{
+ zapChannel = Channel;
+}
+
+cZapHistoryChannel* cZapHistoryOsdItem::Channel() {
+ return zapChannel;
+}