Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
7f773778
Kaydet (Commit)
7f773778
authored
Tem 26, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tubes: clean this out
Change-Id: I7d4cafbe51695c0ff36480311858b9167344c119
üst
b70c2d35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
13 deletions
+8
-13
manager.hxx
tubes/inc/tubes/manager.hxx
+3
-10
manager.cxx
tubes/source/manager.cxx
+5
-3
No files found.
tubes/inc/tubes/manager.hxx
Dosyayı görüntüle @
7f773778
...
@@ -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
();
};
};
...
...
tubes/source/manager.cxx
Dosyayı görüntüle @
7f773778
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment