Kaydet (Commit) 7f773778 authored tarafından Matúš Kukan's avatar Matúš Kukan

tubes: clean this out

Change-Id: I7d4cafbe51695c0ff36480311858b9167344c119
üst b70c2d35
...@@ -30,13 +30,8 @@ ...@@ -30,13 +30,8 @@
#define INCLUDED_TUBES_MANAGER_HXX #define INCLUDED_TUBES_MANAGER_HXX
#include <sal/config.h> #include <sal/config.h>
#include "tubes/tubesdllapi.h" #include <tubes/tubesdllapi.h>
#include "tubes/conference.hxx"
#include "tubes/contact-list.hxx"
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <salhelper/thread.hxx>
#include <rtl/ref.hxx>
#include <tools/link.hxx>
// For testing purposes, we might need more in future. // For testing purposes, we might need more in future.
#define LIBO_TUBES_DBUS_INTERFACE "org.libreoffice.calc" #define LIBO_TUBES_DBUS_INTERFACE "org.libreoffice.calc"
...@@ -44,11 +39,11 @@ ...@@ -44,11 +39,11 @@
#define LIBO_TUBES_DBUS_PATH "/org/libreoffice/calc" #define LIBO_TUBES_DBUS_PATH "/org/libreoffice/calc"
namespace osl { class Mutex; } namespace osl { class Mutex; }
class ContactList;
class TeleConference;
class TeleManagerImpl; class TeleManagerImpl;
typedef struct _TpAccount TpAccount; typedef struct _TpAccount TpAccount;
typedef struct _TpContact TpContact; typedef struct _TpContact TpContact;
typedef struct _GMainLoop GMainLoop;
typedef struct _GMainContext GMainContext;
/** Interface to Telepathy DBus Tubes. /** Interface to Telepathy DBus Tubes.
...@@ -193,8 +188,6 @@ private: ...@@ -193,8 +188,6 @@ private:
static sal_uInt32 nRefCount; static sal_uInt32 nRefCount;
static rtl::OString aNameSuffix; static rtl::OString aNameSuffix;
friend class TeleManagerImpl; // access to mutex
static ::osl::Mutex& GetMutex(); static ::osl::Mutex& GetMutex();
}; };
......
...@@ -26,9 +26,11 @@ ...@@ -26,9 +26,11 @@
* instead of those above. * instead of those above.
*/ */
#include "tubes/manager.hxx" #include <tubes/manager.hxx>
#include "tubes/constants.h" #include <tubes/conference.hxx>
#include "tubes/file-transfer-helper.h" #include <tubes/constants.h>
#include <tubes/contact-list.hxx>
#include <tubes/file-transfer-helper.h>
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/frame/XComponentLoader.hpp> #include <com/sun/star/frame/XComponentLoader.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment