summaryrefslogtreecommitdiff
path: root/smarttvfactory.h
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-07-29 22:13:41 +0200
committerthlo <smarttv640@gmail.com>2013-07-29 22:13:41 +0200
commitcb3548136970a3079fbafbd2842f4f0fae6fda42 (patch)
treef4eaeb9fb312824d9eb07115faf0f7144956e16f /smarttvfactory.h
parentd65c9ca88b6058943d3b75a060ba957ec316f5c8 (diff)
downloadvdr-plugin-smarttvweb-cb3548136970a3079fbafbd2842f4f0fae6fda42.tar.gz
vdr-plugin-smarttvweb-cb3548136970a3079fbafbd2842f4f0fae6fda42.tar.bz2
Added -pre to Server ID string.
Diffstat (limited to 'smarttvfactory.h')
-rw-r--r--smarttvfactory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/smarttvfactory.h b/smarttvfactory.h
index 01a2035..0a86545 100644
--- a/smarttvfactory.h
+++ b/smarttvfactory.h
@@ -47,8 +47,8 @@ class cStatus {
using namespace std;
-#define PLG_VERSION "0.9.9"
-#define SERVER "SmartTvWeb/0.9.9"
+#define PLG_VERSION "0.9.9-pre"
+#define SERVER "SmartTvWeb/0.9.9-pre"
struct sClientEntry {
string mac;
@@ -94,7 +94,7 @@ class SmartTvServer : public cStatus {
void addHttpResource(int fd, cHttpResourceBase* resource);
void pushToClients(cHttpResourceBase* resource);
- int connectToClient(string peer);
+ int connectToClient(string peer, time_t last_update);
void setNonBlocking(int fd);
// status callbacks