From aa83ca05d35edbba7784909ee09da1980b9fe450 Mon Sep 17 00:00:00 2001 From: thlo Date: Sat, 11 May 2013 15:45:00 +0200 Subject: OsdStatusMessage added. --- httpclient.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'httpclient.h') diff --git a/httpclient.h b/httpclient.h index 000eaa8..d30528e 100644 --- a/httpclient.h +++ b/httpclient.h @@ -105,8 +105,18 @@ class cHttpInfoClient : public cHttpClientBase { protected: string getMsgBody(int ); - string mBody; }; +class cHttpMesgPushClient : public cHttpClientBase { + public: + cHttpMesgPushClient(int, int, int, SmartTvServer*, string peer, string mesg); + virtual ~cHttpMesgPushClient(); + + protected: + string getMsgBody(int ); + string mMesg; +}; + + #endif -- cgit v1.2.3