summaryrefslogtreecommitdiff
path: root/libsi/descriptor.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-11-01 15:47:59 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-11-01 15:47:59 +0100
commitcfb37a7edf8caafb0f07594b080837231ba9c575 (patch)
treed92e4c39377e735feec619205d1642730ac0ff62 /libsi/descriptor.h
parent4f50c34824f0c717dd52e0ce32497b7f421c1c66 (diff)
downloadvdr-cfb37a7edf8caafb0f07594b080837231ba9c575.tar.gz
vdr-cfb37a7edf8caafb0f07594b080837231ba9c575.tar.bz2
Added support for "registration descriptor"
Diffstat (limited to 'libsi/descriptor.h')
-rw-r--r--libsi/descriptor.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/libsi/descriptor.h b/libsi/descriptor.h
index 161793e5..4f2e41b6 100644
--- a/libsi/descriptor.h
+++ b/libsi/descriptor.h
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: descriptor.h 1.16 2007/02/03 11:45:58 kls Exp $
+ * $Id: descriptor.h 2.1 2010/11/01 15:24:32 kls Exp $
* *
***************************************************************************/
@@ -660,6 +660,16 @@ private:
const descr_application_icons_descriptor_end *s;
};
+class RegistrationDescriptor : public Descriptor {
+public:
+ int getFormatIdentifier() const;
+ CharArray privateData;
+protected:
+ virtual void Parse();
+private:
+ const descr_registration *s;
+};
+
} //end of namespace
#endif //LIBSI_TABLE_H