summaryrefslogtreecommitdiff
path: root/tubes/inc/tubes/manager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tubes/inc/tubes/manager.hxx')
-rw-r--r--tubes/inc/tubes/manager.hxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx
index a47a5663852e..0e96826337da 100644
--- a/tubes/inc/tubes/manager.hxx
+++ b/tubes/inc/tubes/manager.hxx
@@ -71,12 +71,8 @@ public:
/** Prepare tube manager with account and service to be offered/listened
to.
-
- @param bCreateOwnGMainLoop
- Whether to create and iterate an own GMainLoop. For testing
- purposes when no GMainLoop is available.
*/
- TeleManager( bool bCreateOwnGMainLoop = false );
+ TeleManager();
~TeleManager();
TUBES_DLLPUBLIC static TeleManager* get();
@@ -142,11 +138,6 @@ public:
void disconnect();
- /// Only for use with MainLoopFlusher
- GMainLoop* getMainLoop() const;
-
- GMainContext* getMainContext() const;
-
static rtl::OString createUuid();