From c270adfaa5e552f7013038f579541d63e4eba658 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 5 Apr 2010 09:52:11 +0200 Subject: Added a note about not deleting cDeviceHook objects to device.h --- device.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'device.h') diff --git a/device.h b/device.h index 9ce814a1..cb3bc2ca 100644 --- a/device.h +++ b/device.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.h 2.21 2010/02/06 14:34:41 kls Exp $ + * $Id: device.h 2.22 2010/04/05 09:51:29 kls Exp $ */ #ifndef __DEVICE_H @@ -91,6 +91,9 @@ class cLiveSubtitle; class cDeviceHook : public cListObject { public: cDeviceHook(void); + ///< Creates a new device hook object. + ///< Do not delete this object - it will be automatically deleted when the + ///< program ends. virtual bool DeviceProvidesTransponder(const cDevice *Device, const cChannel *Channel) const; ///< Returns true if the given Device can provide the given Channel's transponder. }; -- cgit v1.2.3