summaryrefslogtreecommitdiff
path: root/server/connection.h
diff options
context:
space:
mode:
authorschmirl <schmirl>2009-09-18 10:41:11 +0000
committerschmirl <schmirl>2009-09-18 10:41:11 +0000
commit7ea2353728b0474b0829a0bf98b8d2332753787e (patch)
treeedb2cc42cdb045b9098a559968c66ad2bf671551 /server/connection.h
parent7acdfe74281c035feae235b3e102e61441a679fa (diff)
downloadvdr-plugin-streamdev-7ea2353728b0474b0829a0bf98b8d2332753787e.tar.gz
vdr-plugin-streamdev-7ea2353728b0474b0829a0bf98b8d2332753787e.tar.bz2
- cleaned up common.h / common.c
- dropped cStreamdevMenuSetupPage
Diffstat (limited to 'server/connection.h')
-rw-r--r--server/connection.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/connection.h b/server/connection.h
index 6239c28..7979e35 100644
--- a/server/connection.h
+++ b/server/connection.h
@@ -1,5 +1,5 @@
/*
- * $Id: connection.h,v 1.5.2.2 2009/02/13 10:39:42 schmirl Exp $
+ * $Id: connection.h,v 1.5.2.3 2009/09/18 10:41:11 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 */