diff options
author | thlo <smarttv640@gmail.com> | 2013-07-25 20:37:31 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2013-07-25 20:37:31 +0200 |
commit | 6c2ac28fccbda493578d27674582734ff8a62522 (patch) | |
tree | fa0c0a115b560eabc7d1bde50432261b3bc1717a /smarttvfactory.h | |
parent | 0ecc9a2ca4c3604ef2590fef5b3072417689a7d3 (diff) | |
download | vdr-plugin-smarttvweb-6c2ac28fccbda493578d27674582734ff8a62522.tar.gz vdr-plugin-smarttvweb-6c2ac28fccbda493578d27674582734ff8a62522.tar.bz2 |
Allow HTTP access to Video Dir. LocalTime fix. Adding Timers. Cleanups. Update is isServing to prevent shutdown.
Diffstat (limited to 'smarttvfactory.h')
-rw-r--r-- | smarttvfactory.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/smarttvfactory.h b/smarttvfactory.h index 5fb29d0..01a2035 100644 --- a/smarttvfactory.h +++ b/smarttvfactory.h @@ -86,11 +86,14 @@ class SmartTvServer : public cStatus { cManageUrls* getUrlsObj(); void pushYtVideoId(string, bool); - void pushYtVideoIdToClient(string vid_id, string peer, bool); + // void pushYtVideoIdToClient(string vid_id, string peer, bool); void pushCfgServerAddressToTv( string tv_addr); + private: void addHttpResource(int fd, cHttpResourceBase* resource); + void pushToClients(cHttpResourceBase* resource); + int connectToClient(string peer); void setNonBlocking(int fd); |