summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
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