summaryrefslogtreecommitdiff
path: root/tubes/inc
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-03-22 11:06:42 +0000
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:39:29 +0200
commitbbfc386f54b4b6ca17431e187f161858a3b80976 (patch)
tree4ed259fd70c31bbf4f6d7dc4bf0b190bccb036e3 /tubes/inc
parent543c6520a8aa633511da604436b107e95c3142e0 (diff)
Make startBuddySession() take a TpAccount *.
Diffstat (limited to 'tubes/inc')
-rw-r--r--tubes/inc/tubes/manager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx
index 7f325c3cd94d..122b959611c3 100644
--- a/tubes/inc/tubes/manager.hxx
+++ b/tubes/inc/tubes/manager.hxx
@@ -113,7 +113,7 @@ public:
@param rBuddy
The buddy to be connected. Must be a contact of rAccount.
*/
- bool startBuddySession( const rtl::OUString& rAccount, const rtl::OUString& rBuddy );
+ bool startBuddySession( TpAccount *pAccount, const rtl::OUString& rBuddy );
void unregisterConference( TeleConferencePtr pConference );
@@ -195,14 +195,14 @@ public:
*/
static void addSuffixToNames( const char* pName );
+ TpAccount* getAccount( const rtl::OString& rAccountID );
+
private:
TeleConferenceVector maConferences;
bool mbChannelReadyHandlerInvoked : 1;
- TpAccount* getAccount( const rtl::OString& rAccountID );
-
static TeleManagerImpl* pImpl;
static sal_uInt32 nRefCount;
static rtl::OString aNameSuffix;