diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-21 20:17:51 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-21 22:09:13 +0200 |
commit | 389285178f58f6cb49075e22fbaa4d111a2af517 (patch) | |
tree | f62e1918552a595edb142627c3dcfc0caf7b984c /tubes/inc | |
parent | 4d8e800d05683434637ffc9610905a1b89427f1d (diff) |
tubes: do not include file-transfer-helper.h in public headers
Change-Id: Ie66069a37c70b43cbee34130b5b63967a1c9f033
Diffstat (limited to 'tubes/inc')
-rw-r--r-- | tubes/inc/tubes/conference.hxx | 2 | ||||
-rw-r--r-- | tubes/inc/tubes/manager.hxx | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/tubes/inc/tubes/conference.hxx b/tubes/inc/tubes/conference.hxx index 54638f2bc4e8..ab6db925b0fd 100644 --- a/tubes/inc/tubes/conference.hxx +++ b/tubes/inc/tubes/conference.hxx @@ -31,7 +31,6 @@ #include <sal/config.h> #include "tubes/tubesdllapi.h" -#include "tubes/file-transfer-helper.h" #include <rtl/ustring.hxx> #include <telepathy-glib/telepathy-glib.h> #include <queue> @@ -89,7 +88,6 @@ public: static void TubeOfferedHandler(GObject* pSource, GAsyncResult* pResult, gpointer pUserData); static void TubeAcceptedHandler(GObject* pSource, GAsyncResult* pResult, gpointer pUserData); - static void FTReady( EmpathyFTHandler *handler, GError *error, gpointer user_data); static void methodCallHandler(GDBusConnection* pConnection, const gchar* pSender, diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx index d51154e54991..c8e7b4ae356e 100644 --- a/tubes/inc/tubes/manager.hxx +++ b/tubes/inc/tubes/manager.hxx @@ -134,6 +134,7 @@ public: /** True if there has been tube channel received and is still not used. */ TUBES_DLLPUBLIC static bool hasWaitingConference(); + static void setCurrentUuid( const OString& rUuid ); void disconnect(); @@ -192,8 +193,6 @@ public: TpAccount* getAccount( const rtl::OString& rAccountID ); /* Callbacks; not for use outside this class. */ - static void TransferDone( EmpathyFTHandler *handler, TpFileTransferChannel *, gpointer user_data); - static void DBusChannelHandler( TpSimpleHandler* /*handler*/, TpAccount* pAccount, |