summaryrefslogtreecommitdiff
path: root/server/connection.h
diff options
context:
space:
mode:
authorschmirl <schmirl>2009-09-18 10:41:41 +0000
committerschmirl <schmirl>2009-09-18 10:41:41 +0000
commit1cf41fb16f8a0ea06fa0dd8cabadc8a3e3610dc6 (patch)
tree252d15da3ce3dbe8813a70854fe67537c5037c83 /server/connection.h
parent6fb88f8d99af82c301ace0f0448eb7dbb964f2be (diff)
downloadvdr-plugin-streamdev-1cf41fb16f8a0ea06fa0dd8cabadc8a3e3610dc6.tar.gz
vdr-plugin-streamdev-1cf41fb16f8a0ea06fa0dd8cabadc8a3e3610dc6.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 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 */