diff options
author | lordjaxom <lordjaxom> | 2005-02-08 17:22:35 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-02-08 17:22:35 +0000 |
commit | b2b925d1a933c9129eb84699e9893d80e7e9534d (patch) | |
tree | 67e9e1a54c473ad8ec6553a389cda918f8573044 /server/connection.h | |
parent | 0132230de0a894c4bf40dced2b82ea60546b9a61 (diff) | |
download | vdr-plugin-streamdev-b2b925d1a933c9129eb84699e9893d80e7e9534d.tar.gz vdr-plugin-streamdev-b2b925d1a933c9129eb84699e9893d80e7e9534d.tar.bz2 |
- transfer
Diffstat (limited to 'server/connection.h')
-rw-r--r-- | server/connection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/connection.h b/server/connection.h index 7fc83a7..a4a4379 100644 --- a/server/connection.h +++ b/server/connection.h @@ -1,5 +1,5 @@ /* - * $Id: connection.h,v 1.1 2004/12/30 22:44:19 lordjaxom Exp $ + * $Id: connection.h,v 1.2 2005/02/08 17:22:35 lordjaxom Exp $ */ #ifndef VDR_STREAMDEV_SERVER_CONNECTION_H @@ -58,7 +58,7 @@ public: /* Will put Message into the response queue, which will be sent in the next server cycle. Note that Message will be line-terminated by Respond */ - bool Respond(const char *Message); + bool Respond(const std::string &Message); /* Will make the socket close after sending all queued output data */ void DeferClose(void) { m_DeferClose = true; } |