diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 22:12:21 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 22:41:12 +0200 |
commit | 8d6da3b8aed0b523375e00eb5b5e3c2b4ca89edf (patch) | |
tree | bd87e6ced5aed2099f8090477470b049b515a9da /tubes | |
parent | 5f684581126028798eb82ba5904179b36dac9841 (diff) |
fdo#62475 - remove visual noise
Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb
Diffstat (limited to 'tubes')
-rw-r--r-- | tubes/source/manager.cxx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tubes/source/manager.cxx b/tubes/source/manager.cxx index ce6805476dc9..f5787b420b01 100644 --- a/tubes/source/manager.cxx +++ b/tubes/source/manager.cxx @@ -140,6 +140,8 @@ static void TeleManager_DBusChannelHandler( } } +// - TeleManager - + void TeleManager::addConference( TeleConference* pConference ) { MutexGuard aGuard( GetMutex()); @@ -358,6 +360,8 @@ static void TeleManager_FileTransferHandler( } } +// - TeleManagerImpl - + void TeleManagerImpl::ChannelReadyHandler( GObject* pSourceObject, GAsyncResult* pResult, @@ -411,6 +415,8 @@ void TeleManagerImpl::AccountManagerReadyHandler( mbAccountManagerReadyHandlerInvoked = true; } +// - TeleManager - + bool TeleManager::init( bool bListen ) { if (createAccountManager()) @@ -854,7 +860,7 @@ void TeleManager::addSuffixToNames( const char* pName ) pImpl->msNameSuffix = pName; } -// =========================================================================== +// - TeleManagerImpl - TeleManagerImpl::TeleManagerImpl() : |