Searched defs:PubSubStateClient (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
H A Dpubsubstateclient.h87 class PubSubStateClient : public sigslot::has_slots<> { class in namespace:buzz
90 PubSubStateClient(const std::string& publisher_nick, function in class:buzz::PubSubStateClient
103 this, &PubSubStateClient<C>::OnItems);
105 this, &PubSubStateClient<C>::OnPublishResult);
107 this, &PubSubStateClient<C>::OnPublishError);
109 this, &PubSubStateClient<C>::OnRetractResult);
111 this, &PubSubStateClient<C>::OnRetractError);
114 virtual ~PubSubStateClient() {}
266 RTC_DISALLOW_COPY_AND_ASSIGN(PubSubStateClient);

Completed in 79 milliseconds