Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: remoting/jingle_glue/jingle_signaling_connector.h

Issue 9005034: Refactor SignalStrategy so that it can be reused for multiple connections. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/jingle_glue/jingle_signaling_connector.h
diff --git a/remoting/jingle_glue/jingle_signaling_connector.h b/remoting/jingle_glue/jingle_signaling_connector.h
index 2aa41bc274dd76c78f880a4e8d5bb20bc1fb09e9..f26fb32781bf147cd68018f7ef4eabb5915010c9 100644
--- a/remoting/jingle_glue/jingle_signaling_connector.h
+++ b/remoting/jingle_glue/jingle_signaling_connector.h
@@ -41,7 +41,10 @@ class JingleSignalingConnector : public SignalStrategy::Listener,
virtual ~JingleSignalingConnector();
// SignalStrategy::Listener interface.
- virtual bool OnIncomingStanza(const buzz::XmlElement* stanza) OVERRIDE;
+ virtual void OnSignalStrategyStateChange(
+ SignalStrategy::State state) OVERRIDE;
+ virtual bool OnSignalStrategyIncomingStanza(
+ const buzz::XmlElement* stanza) OVERRIDE;
private:
typedef std::map<std::string, buzz::XmlElement*> IqRequestsMap;
« no previous file with comments | « remoting/jingle_glue/javascript_signal_strategy.cc ('k') | remoting/jingle_glue/jingle_signaling_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698