diff options
| author | Midas <vdrportal_midas@gmx.de> | 2010-04-22 14:46:15 +0200 |
|---|---|---|
| committer | Midas <vdrportal_midas@gmx.de> | 2010-04-22 14:46:15 +0200 |
| commit | 3fa663475460280a83864eaf65f9fb59f44fe3b6 (patch) | |
| tree | 042156c9ad4ec4b99f9b47c4112baf6d85d8c00d /block/common.h | |
| parent | d8df53ab68aa2031da1d49a8eb8897aa52ae0b2d (diff) | |
| download | vdr-plugin-block-3fa663475460280a83864eaf65f9fb59f44fe3b6.tar.gz vdr-plugin-block-3fa663475460280a83864eaf65f9fb59f44fe3b6.tar.bz2 | |
Source dir structure changed.
Diffstat (limited to 'block/common.h')
| -rw-r--r-- | block/common.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/block/common.h b/block/common.h deleted file mode 100644 index c93d643..0000000 --- a/block/common.h +++ /dev/null @@ -1,18 +0,0 @@ -/** - * based on common.h,v 1.2 2007/06/18 17:58:52 lordjaxom - * - * version by Midas - * - */ - -#ifndef VDR_BLOCK_COMMON_H -#define VDR_BLOCK_COMMON_H - -#include <stdint.h> -#include <vdr/tools.h> - -#if VDRVERSNUM >= 10318 -inline uint64_t time_ms() { return cTimeMs::Now(); } -#endif - -#endif // VDR_BLOCK_COMMON_H |
