diff options
author | scop <scop> | 2005-03-14 12:48:23 +0000 |
---|---|---|
committer | scop <scop> | 2005-03-14 12:48:23 +0000 |
commit | 8b454bcf7ad22dfbaa6fe020ff1cabc868f39f11 (patch) | |
tree | 0450a75c43382af443d60844606e1fc4da1f7a40 /dxr3device.h | |
parent | 7635a10a15c32aa94e9640d9338cf0a9fd9ff3d1 (diff) | |
download | vdr-plugin-dxr3-8b454bcf7ad22dfbaa6fe020ff1cabc868f39f11.tar.gz vdr-plugin-dxr3-8b454bcf7ad22dfbaa6fe020ff1cabc868f39f11.tar.bz2 |
Sync comments from HEAD.
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dxr3device.h b/dxr3device.h index c6fb975..292642a 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -32,6 +32,10 @@ using namespace std; // ================================== // our device :) +/*! + cDxr3Device is the interface for VDR devices. + Is is the part, which VDR "talks" with our plugin. +*/ class cDxr3Device : public cDevice, public Singleton<cDxr3Device> { public: |