diff options
Diffstat (limited to 'server/connection.h')
-rw-r--r-- | server/connection.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/connection.h b/server/connection.h index 2c28a09..73cb3d5 100644 --- a/server/connection.h +++ b/server/connection.h @@ -1,5 +1,5 @@ /* - * $Id: connection.h,v 1.7 2009/02/13 10:39:22 schmirl Exp $ + * $Id: connection.h,v 1.8 2009/09/18 10:43:26 schmirl Exp $ */ #ifndef VDR_STREAMDEV_SERVER_CONNECTION_H @@ -41,6 +41,8 @@ protected: virtual bool Respond(const char *Message, bool Last = true, ...); //__attribute__ ((format (printf, 2, 4))); + static const cChannel *ChannelFromString(const char *String, int *Apid = NULL); + public: /* If you derive, specify a short string such as HTTP for Protocol, which will be displayed in error messages */ |