summaryrefslogtreecommitdiff
path: root/tubes/inc/tubes/conference.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tubes/inc/tubes/conference.hxx')
-rw-r--r--tubes/inc/tubes/conference.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/tubes/inc/tubes/conference.hxx b/tubes/inc/tubes/conference.hxx
index 1a8627b48fb6..ad5ae1e15758 100644
--- a/tubes/inc/tubes/conference.hxx
+++ b/tubes/inc/tubes/conference.hxx
@@ -32,7 +32,6 @@
#include <sal/config.h>
#include "tubes/tubesdllapi.h"
#include <rtl/ustring.hxx>
-#include <tubes/warnings_guard_boost_signals2.hpp>
class Collaboration;
class TeleConferenceImpl;
@@ -65,9 +64,6 @@ public:
void invite( TpContact *pContact );
- /** Emitted when a packet is received. */
- boost::signals2::signal<void (const OString&)> sigPacketReceived;
-
typedef void (*FileSentCallback)( bool aSuccess, void* pUserData);
TUBES_DLLPUBLIC void sendFile( TpContact* pContact, rtl::OUString &localUri, FileSentCallback pCallback, void* pUserData);
const OString& getUuid() const { return msUuid; }