summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-15 14:48:51 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-15 14:48:51 +0100
commitfbfa75f412a22df1eaf630d9504d2c7fe3ee067b (patch)
treec95dcd1f246a4e554bfa3360cdafc82cab82fcd7 /common.h
parentc74f0198ce3362a94ebbd9ac03c721ae5a67b434 (diff)
downloadvdr-plugin-markad-fbfa75f412a22df1eaf630d9504d2c7fe3ee067b.tar.gz
vdr-plugin-markad-fbfa75f412a22df1eaf630d9504d2c7fe3ee067b.tar.bz2
Fixed compiler warnings, updated INSTALL, deleted unused files
Diffstat (limited to 'common.h')
-rw-r--r--common.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/common.h b/common.h
deleted file mode 100644
index 8a61879..0000000
--- a/common.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * common.h: A plugin for the Video Disk Recorder
- *
- * See the README file for copyright information and how to reach the author.
- *
- * $Id$
- */
-
-#ifndef __common_h_
-#define __common_h_
-
-#include <vdr/tools.h> // needed for (d/e/i)syslog
-
-#include <stdlib.h>
-#include <string.h>
-#include <time.h>
-
-#include "global.h"
-
-class cMarkAdCommon
-{
-private:
- int recvnumber;
- MarkAdContext *macontext;
- MarkAdMark mark;
-
- void ResetMark();
- bool AddMark(int Position, const char *Comment);
- void SetTimerMarks(int LastIFrame);
-public:
- MarkAdMark *Process(int LastIFrame);
- cMarkAdCommon(int RecvNumber,MarkAdContext *maContext);
- ~cMarkAdCommon();
-};
-
-#endif \ No newline at end of file