diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-15 14:50:03 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-16 11:41:51 +0200 |
commit | ece8eadbc0ba433c85c313eb11f0233aeae24cb9 (patch) | |
tree | d99bd75cb1db46d02986673edfd66cb4d7d0d4a0 /tubes/inc | |
parent | 766a0247fc3ac49b25aab69948e4d0a5df334ff9 (diff) |
tubes: fix unittest again and simplify
- killed GMailLoop, seems to work with g_main_context_iteration( NULL, TRUE);
- added test for sending and also receiving file
Change-Id: Ida11f875709dab71d404697e8c39fe4548f653b0
Diffstat (limited to 'tubes/inc')
-rw-r--r-- | tubes/inc/tubes/manager.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx index 06f682d0e51b..22a3daefada6 100644 --- a/tubes/inc/tubes/manager.hxx +++ b/tubes/inc/tubes/manager.hxx @@ -156,8 +156,6 @@ public: */ static void addSuffixToNames( const char* pName ); - static TpAccount* getAccount( const rtl::OString& rAccountID ); - private: static TeleManagerImpl* pImpl; |