summaryrefslogtreecommitdiff
path: root/tubes/inc/tubes/manager.hxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-07-21 20:17:51 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-21 22:09:13 +0200
commit389285178f58f6cb49075e22fbaa4d111a2af517 (patch)
treef62e1918552a595edb142627c3dcfc0caf7b984c /tubes/inc/tubes/manager.hxx
parent4d8e800d05683434637ffc9610905a1b89427f1d (diff)
tubes: do not include file-transfer-helper.h in public headers
Change-Id: Ie66069a37c70b43cbee34130b5b63967a1c9f033
Diffstat (limited to 'tubes/inc/tubes/manager.hxx')
-rw-r--r--tubes/inc/tubes/manager.hxx3
1 files changed, 1 insertions, 2 deletions
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,