diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-26 10:30:44 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-26 15:59:18 +0200 |
commit | c55b2d0b32dd210c2a809ce2b5ebca12bfb5b1d8 (patch) | |
tree | 9305ee0a0d9c2a763a76f476006bd715f753f856 /tubes/inc | |
parent | 27d3fc221d042decbd84b72719107547562d2e12 (diff) |
tubes: TeleManger's GMainLoop* now unused
Change-Id: I99b482a60155c596c4b64534f62ce4c9d4d9a94b
Diffstat (limited to 'tubes/inc')
-rw-r--r-- | tubes/inc/tubes/manager.hxx | 11 |
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(); |