summaryrefslogtreecommitdiff
path: root/tubes/source/conference.cxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-07-13 22:42:48 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:40:25 +0200
commit53b180a49af8aaa25b9b38a8b020113483f0af6b (patch)
treee784ec91a5a2b6614cfc8c050891c2ff0104d9e4 /tubes/source/conference.cxx
parent019f35d7e4e4494af3a11429219cb361897a7872 (diff)
tubes: associate the document directly with TeleConference
Packet communication now goes directly through TeleConference and TeleManager is used only for receiving files and new channels. This should also allow collaboration of different documents with different contacts independently. Change-Id: Iaf719dce156f1c4c9edc3db4ff0964dec0e0c944
Diffstat (limited to 'tubes/source/conference.cxx')
-rw-r--r--tubes/source/conference.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tubes/source/conference.cxx b/tubes/source/conference.cxx
index 458063ba1f08..1b5a397dc007 100644
--- a/tubes/source/conference.cxx
+++ b/tubes/source/conference.cxx
@@ -411,7 +411,7 @@ void TeleConference::queue( TelePacket &rPacket )
maPacketQueue.push( rPacket);
- getManager()->callbackOnRecieved( this, rPacket);
+ sigPacketReceived( rPacket );
}