diff options
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: |