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

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpubsubstateclient.h104 class PubSubStateClient : public sigslot::has_slots<> { class in namespace:buzz
107 PubSubStateClient(const std::string& publisher_nick, function in class:buzz::PubSubStateClient
120 this, &PubSubStateClient<C>::OnItems);
122 this, &PubSubStateClient<C>::OnPublishResult);
124 this, &PubSubStateClient<C>::OnPublishError);
126 this, &PubSubStateClient<C>::OnRetractResult);
128 this, &PubSubStateClient<C>::OnRetractError);
131 virtual ~PubSubStateClient() {}
283 DISALLOW_COPY_AND_ASSIGN(PubSubStateClient);

Completed in 221 milliseconds