diff options
Diffstat (limited to 'Swiften/LinkLocal/OutgoingLinkLocalSession.h')
| -rw-r--r-- | Swiften/LinkLocal/OutgoingLinkLocalSession.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/LinkLocal/OutgoingLinkLocalSession.h b/Swiften/LinkLocal/OutgoingLinkLocalSession.h index 904a9d3..32f78e4 100644 --- a/Swiften/LinkLocal/OutgoingLinkLocalSession.h +++ b/Swiften/LinkLocal/OutgoingLinkLocalSession.h @@ -27,6 +27,7 @@ namespace Swift {  			void queueElement(boost::shared_ptr<Element> element);  		private: +			void handleSessionStarted();  			void handleElement(boost::shared_ptr<Element>);  			void handleStreamStart(const ProtocolHeader&);  | 
 Swift