summaryrefslogtreecommitdiff
path: root/server/streamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/streamer.h')
-rw-r--r--server/streamer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/streamer.h b/server/streamer.h
index 6bc2247..74c9524 100644
--- a/server/streamer.h
+++ b/server/streamer.h
@@ -84,6 +84,7 @@ public:
virtual void Start(cTBSocket *Socket);
virtual void Stop(void);
+ virtual bool IsReceiving(void) const = 0;
bool Abort(void);
virtual uchar *Get(int &Count) { return m_SendBuffer->Get(Count); }