From 7f77377850537194ea634f0d2c81e8cc5cb90a1b Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 26 Jul 2012 12:56:19 +0200 Subject: tubes: clean this out Change-Id: I7d4cafbe51695c0ff36480311858b9167344c119 --- tubes/inc/tubes/manager.hxx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'tubes/inc') diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx index 9938f6f2313d..b5a68b21f788 100644 --- a/tubes/inc/tubes/manager.hxx +++ b/tubes/inc/tubes/manager.hxx @@ -30,13 +30,8 @@ #define INCLUDED_TUBES_MANAGER_HXX #include -#include "tubes/tubesdllapi.h" -#include "tubes/conference.hxx" -#include "tubes/contact-list.hxx" +#include #include -#include -#include -#include // For testing purposes, we might need more in future. #define LIBO_TUBES_DBUS_INTERFACE "org.libreoffice.calc" @@ -44,11 +39,11 @@ #define LIBO_TUBES_DBUS_PATH "/org/libreoffice/calc" namespace osl { class Mutex; } +class ContactList; +class TeleConference; class TeleManagerImpl; typedef struct _TpAccount TpAccount; typedef struct _TpContact TpContact; -typedef struct _GMainLoop GMainLoop; -typedef struct _GMainContext GMainContext; /** Interface to Telepathy DBus Tubes. @@ -193,8 +188,6 @@ private: static sal_uInt32 nRefCount; static rtl::OString aNameSuffix; - friend class TeleManagerImpl; // access to mutex - static ::osl::Mutex& GetMutex(); }; -- cgit v1.2.3