diff options
author | thlo <smarttv640@gmail.com> | 2013-07-29 22:13:41 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2013-07-29 22:13:41 +0200 |
commit | fb12a0209a122377baea74e6c9d2bce6081d59dc (patch) | |
tree | f4eaeb9fb312824d9eb07115faf0f7144956e16f | |
parent | aa9d753352285cd6953cc3fb115ee8935d859a5f (diff) | |
download | vdr-plugin-smarttvweb-fb12a0209a122377baea74e6c9d2bce6081d59dc.tar.gz vdr-plugin-smarttvweb-fb12a0209a122377baea74e6c9d2bce6081d59dc.tar.bz2 |
Added -pre to Server ID string.
-rw-r--r-- | smarttvfactory.h | 6 |
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 |