summaryrefslogtreecommitdiff
path: root/server/connection.h
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2011-11-27 11:32:16 +0100
committerFrank Schmirler <vdr@schmirler.de>2011-11-27 11:32:16 +0100
commit94aef85adc9c2922205145550ff00e59c694e36d (patch)
tree4d8d7e46e44a5f6fe0d3e8b67fc290edb403b353 /server/connection.h
parent9b91301d943cfbec5208419704cfece84267223d (diff)
downloadvdr-plugin-streamdev-94aef85adc9c2922205145550ff00e59c694e36d.tar.gz
vdr-plugin-streamdev-94aef85adc9c2922205145550ff00e59c694e36d.tar.bz2
Moved "closing connection" log message to overload of cTBSocket::Close() in
cServerConnection.
Diffstat (limited to 'server/connection.h')
-rw-r--r--server/connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/connection.h b/server/connection.h
index e7e3f1e..0d7a1a0 100644
--- a/server/connection.h
+++ b/server/connection.h
@@ -103,6 +103,9 @@ public:
/* Will make the socket close after sending all queued output data */
void DeferClose(void) { m_DeferClose = true; }
+ /* Close the socket */
+ virtual bool Close(void);
+
/* Will retrieve an unused device for transmitting data. Receivers have
already been attached from the device if necessary. Use the returned
cDevice in a following call to StartTransfer */