From 5a8bf27d89d82d0bb1ea0939c74c1f122f6f6ae3 Mon Sep 17 00:00:00 2001 From: thlo Date: Mon, 29 Apr 2013 20:26:53 +0200 Subject: Added Delete YT Urls, Get notification for starting and finishing recordings, resume fix, query recording info of a single item. --- httpclient.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'httpclient.h') diff --git a/httpclient.h b/httpclient.h index b5a39ea..000eaa8 100644 --- a/httpclient.h +++ b/httpclient.h @@ -87,4 +87,26 @@ class cHttpYtPushClient : public cHttpClientBase { }; +class cHttpCfgPushClient : public cHttpClientBase { + public: + cHttpCfgPushClient(int, int, int, SmartTvServer*, string peer); + virtual ~cHttpCfgPushClient(); + + protected: + string getMsgBody(int ); + + string mServerAddress; +}; + +class cHttpInfoClient : public cHttpClientBase { + public: + cHttpInfoClient(int, int, int, SmartTvServer*, string peer, string body); + virtual ~cHttpInfoClient(); + + protected: + string getMsgBody(int ); + + string mBody; +}; + #endif -- cgit v1.2.3