summaryrefslogtreecommitdiff
path: root/smarttvfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'smarttvfactory.h')
-rw-r--r--smarttvfactory.h5
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);