summaryrefslogtreecommitdiff
path: root/httpclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'httpclient.h')
-rw-r--r--httpclient.h12
1 files changed, 11 insertions, 1 deletions
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