From df2369657ebe36c3888bb032e693bf1fcb49bb51 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 26 Jul 2012 17:56:12 +0200 Subject: tubes: send file when inviting contact to MUC collaboration - add UUID info to TeleConference - let SendFile function take argument for contact instead of getting contact from the channel info, what couldn't work for MUC channel Change-Id: I4dc45c084966a030ff4b503e192d452797f0bfdd --- tubes/inc/tubes/conference.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tubes/inc') diff --git a/tubes/inc/tubes/conference.hxx b/tubes/inc/tubes/conference.hxx index fc495e5247d9..e5c5d370098b 100644 --- a/tubes/inc/tubes/conference.hxx +++ b/tubes/inc/tubes/conference.hxx @@ -66,7 +66,7 @@ public: boost::signals2::signal sigPacketReceived; typedef void (*FileSentCallback)( bool aSuccess, void* pUserData); - TUBES_DLLPUBLIC void sendFile( rtl::OUString &localUri, FileSentCallback pCallback, void* pUserData); + TUBES_DLLPUBLIC void sendFile( TpContact* pContact, rtl::OUString &localUri, FileSentCallback pCallback, void* pUserData); TUBES_DLLPUBLIC const OString& getUuid() const { return msUuid; } // --- following only to be called only by manager's callbacks --- -- cgit