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
db963066
Kaydet (Commit)
db963066
authored
Tem 23, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tubes: do not include telepathy-glib.h in public headers
Change-Id: Ib2c88f2f1fc1c9ebffbbdc9896045c3d1e5b719c
üst
abeb02c0
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
4 deletions
+17
-4
contacts.cxx
sc/source/ui/collab/contacts.cxx
+2
-0
conference.hxx
tubes/inc/tubes/conference.hxx
+4
-1
contact-list.hxx
tubes/inc/tubes/contact-list.hxx
+4
-2
manager.hxx
tubes/inc/tubes/manager.hxx
+4
-1
conference.cxx
tubes/source/conference.cxx
+1
-0
manager.cxx
tubes/source/manager.cxx
+2
-0
No files found.
sc/source/ui/collab/contacts.cxx
Dosyayı görüntüle @
db963066
...
...
@@ -39,6 +39,8 @@
#include <vcl/dialog.hxx>
#include <svx/simptabl.hxx>
#include <telepathy-glib/telepathy-glib.h>
#define CONTACTS_DLG
#ifdef CONTACTS_DLG
...
...
tubes/inc/tubes/conference.hxx
Dosyayı görüntüle @
db963066
...
...
@@ -32,11 +32,14 @@
#include <sal/config.h>
#include "tubes/tubesdllapi.h"
#include <rtl/ustring.hxx>
#include <telepathy-glib/telepathy-glib.h>
#include <tubes/warnings_guard_boost_signals2.hpp>
class
TeleManager
;
class
TeleConferenceImpl
;
typedef
struct
_TpAccount
TpAccount
;
typedef
struct
_TpContact
TpContact
;
typedef
struct
_TpDBusTubeChannel
TpDBusTubeChannel
;
typedef
struct
_GDBusConnection
GDBusConnection
;
/** Conference setup by TeleManager */
class
TeleConference
...
...
tubes/inc/tubes/contact-list.hxx
Dosyayı görüntüle @
db963066
...
...
@@ -32,10 +32,12 @@
#include <utility>
#include <vector>
#include <telepathy-glib/telepathy-glib.h>
#include "tubes/tubesdllapi.h"
typedef
struct
_TpAccount
TpAccount
;
typedef
struct
_TpContact
TpContact
;
typedef
struct
_TpAccountManager
TpAccountManager
;
typedef
::
std
::
pair
<
TpAccount
*
,
TpContact
*
>
AccountContactPair
;
typedef
::
std
::
vector
<
AccountContactPair
>
AccountContactPairV
;
...
...
tubes/inc/tubes/manager.hxx
Dosyayı görüntüle @
db963066
...
...
@@ -37,7 +37,6 @@
#include <salhelper/thread.hxx>
#include <rtl/ref.hxx>
#include <tools/link.hxx>
#include <telepathy-glib/telepathy-glib.h>
// For testing purposes, we might need more in future.
#define LIBO_TUBES_DBUS_INTERFACE "org.libreoffice.calc"
...
...
@@ -46,6 +45,10 @@
namespace
osl
{
class
Mutex
;
}
class
TeleManagerImpl
;
typedef
struct
_TpAccount
TpAccount
;
typedef
struct
_TpContact
TpContact
;
typedef
struct
_GMainLoop
GMainLoop
;
typedef
struct
_GMainContext
GMainContext
;
/** Interface to Telepathy DBus Tubes.
...
...
tubes/source/conference.cxx
Dosyayı görüntüle @
db963066
...
...
@@ -31,6 +31,7 @@
#include <tubes/constants.h>
#include <tubes/file-transfer-helper.h>
#include <telepathy-glib/telepathy-glib.h>
#include <queue>
#if defined SAL_LOG_INFO
...
...
tubes/source/manager.cxx
Dosyayı görüntüle @
db963066
...
...
@@ -39,6 +39,8 @@
#include <osl/mutex.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/uuid.h>
#include <telepathy-glib/telepathy-glib.h>
#include <map>
namespace
css
=
::
com
::
sun
::
star
;
...
...
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