summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/ScreenSharing/IncomingScreenSharing.h')
-rw-r--r--Swiften/ScreenSharing/IncomingScreenSharing.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Swiften/ScreenSharing/IncomingScreenSharing.h b/Swiften/ScreenSharing/IncomingScreenSharing.h
index d5dd817..e1325b5 100644
--- a/Swiften/ScreenSharing/IncomingScreenSharing.h
+++ b/Swiften/ScreenSharing/IncomingScreenSharing.h
@@ -28,7 +28,7 @@ namespace Swift {
typedef boost::shared_ptr<IncomingScreenSharing> ref;
public:
- IncomingScreenSharing(boost::shared_ptr<JingleSession> jingleSession, UDPSocketFactory* udpSocketFactory,
+ IncomingScreenSharing(boost::shared_ptr<JingleSession> jingleSession, UDPSocketFactory* udpSocketFactory, ConnectivityManager* connectivityManager,
TimerFactory* timerFactory, IQRouter* iqRouter, boost::shared_ptr<JingleContentPayload> content);
virtual ~IncomingScreenSharing();
@@ -44,7 +44,6 @@ namespace Swift {
private:
JingleContentID getContentID() const;
- void handleNewFrameDecoded(int pictureID, bool success);
void handleNewImageAvailable(const Image& image);
void handleEventSendingTimerTick();
void addLastMouseMoveIfDifferent();