From e6249bf957a943920b11abbd9efac1efa18b1d00 Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Thu, 2 Dec 2010 08:56:19 +0100 Subject: Snapshot 2007-04-03 --- server/connectionHTTP.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'server/connectionHTTP.h') diff --git a/server/connectionHTTP.h b/server/connectionHTTP.h index d12c418..11e97b7 100644 --- a/server/connectionHTTP.h +++ b/server/connectionHTTP.h @@ -1,5 +1,5 @@ /* - * $Id: connectionHTTP.h,v 1.3 2005/02/11 16:44:15 lordjaxom Exp $ + * $Id: connectionHTTP.h,v 1.4 2007/04/02 10:32:34 schmirl Exp $ */ #ifndef VDR_STREAMDEV_SERVERS_CONNECTIONHTTP_H @@ -52,7 +52,13 @@ public: virtual bool Command(char *Cmd); bool CmdGET(const std::string &Opts); + virtual bool Abort(void) const; virtual void Flushed(void); }; +inline bool cConnectionHTTP::Abort(void) const +{ + return m_LiveStreamer && m_LiveStreamer->Abort(); +} + #endif // VDR_STREAMDEV_SERVERS_CONNECTIONVTP_H -- cgit v1.2.3