summaryrefslogtreecommitdiff
path: root/tubes/inc
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-03-22 12:43:59 +0000
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:39:31 +0200
commit813b650dfbbc85efebe0dca903aa285d48237b85 (patch)
tree0e68dd836ca38227f0b7d9c2ba03dd7b9041dc29 /tubes/inc
parentc6aa7e8aab81d27e0f8d1bcca82fa86d8f32d736 (diff)
tubes test: store OString identifiers
This will prevent having to convert them in multiple places.
Diffstat (limited to 'tubes/inc')
-rw-r--r--tubes/inc/tubes/manager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx
index 122b959611c3..c704780d2763 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( TpAccount *pAccount, const rtl::OUString& rBuddy );
+ bool startBuddySession( TpAccount *pAccount, const rtl::OString& rBuddy );
void unregisterConference( TeleConferencePtr pConference );