summaryrefslogtreecommitdiff
path: root/tubes/inc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-07-26 12:12:42 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-26 15:59:20 +0200
commitf86cc45d8795073e61d39edc469a4876085941b8 (patch)
tree28e4edd40d2767fa8e1c5c0d77d56079b3a51af6 /tubes/inc
parentbb9399e2cf0072d1de7cb0aea162d107ebde4360 (diff)
tubes: move mbChannelReadyHandlerInvoked to pImpl
Change-Id: If2ddd8bdcb11727be719e8966aa689fbabd94f44
Diffstat (limited to 'tubes/inc')
-rw-r--r--tubes/inc/tubes/manager.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx
index 163b58eb6228..9938f6f2313d 100644
--- a/tubes/inc/tubes/manager.hxx
+++ b/tubes/inc/tubes/manager.hxx
@@ -141,8 +141,8 @@ public:
// Only for callbacks.
void addConference( TeleConference* pConference );
- void setChannelReadyHandlerInvoked( bool b ) { mbChannelReadyHandlerInvoked = b; }
- bool isChannelReadyHandlerInvoked() const { return mbChannelReadyHandlerInvoked; }
+ void setChannelReadyHandlerInvoked( bool b );
+ bool isChannelReadyHandlerInvoked() const;
void setAccountManagerReadyHandlerInvoked( bool b );
bool isAccountManagerReadyHandlerInvoked() const;
@@ -189,8 +189,6 @@ public:
private:
void ensureLegacyChannel( TpAccount* pAccount, TpContact* pBuddy );
- bool mbChannelReadyHandlerInvoked : 1;
-
static TeleManagerImpl* pImpl;
static sal_uInt32 nRefCount;
static rtl::OString aNameSuffix;