summaryrefslogtreecommitdiff
path: root/tubes/inc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-05-22 17:42:59 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:40:10 +0200
commitbfb7015446053b18c0e683ce7a943a519959dd80 (patch)
treedd1c91a0fa2af7bc9e8a127f807150e92de2c23f /tubes/inc
parentb1de503a677dfe3b4306ad0a0b80a19ceaaea496 (diff)
tubes: cleanup abstraction, and add in-process demo mode
Pass const rtl::OUString &s around instead of random pointers. Allow sc/ to build and work without telepathy enabled. Add aforementioned demo mode hack.
Diffstat (limited to 'tubes/inc')
-rw-r--r--tubes/inc/tubes/manager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx
index 9aef84706354..1aba675c0ab0 100644
--- a/tubes/inc/tubes/manager.hxx
+++ b/tubes/inc/tubes/manager.hxx
@@ -158,7 +158,7 @@ public:
void sendFile( rtl::OUString &localUri, TeleConference::FileSentCallback pCallback, void* pUserData);
- boost::signals2::signal<void ( rtl::OUString &localUri )> sigFileReceived;
+ boost::signals2::signal<void ( const rtl::OUString &localUri )> sigFileReceived;
/// Only for use with MainLoopFlusher
GMainLoop* getMainLoop() const;