Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
44b6da67
Kaydet (Commit)
44b6da67
authored
Mar 26, 2012
tarafından
Eike Rathke
Kaydeden (comit)
Matúš Kukan
Tem 17, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cleanout flushLoop
relict from testing era, not needed anymore
üst
7c5b100c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
23 deletions
+0
-23
manager.hxx
tubes/inc/tubes/manager.hxx
+0
-3
test_manager.cxx
tubes/qa/test_manager.cxx
+0
-8
manager.cxx
tubes/source/manager.cxx
+0
-12
No files found.
tubes/inc/tubes/manager.hxx
Dosyayı görüntüle @
44b6da67
...
...
@@ -192,9 +192,6 @@ public:
/** Iterate our GMainLoop, blocking, until the callback is done. */
void
iterateLoop
(
const
TeleConference
*
pConference
,
ConferenceCallBackInvokedFunc
pFunc
);
/** Iterate our GMainLoop, non-blocking, until nothing pending. */
void
flushLoop
()
const
;
/// "LibreOfficeWhatEver"
static
rtl
::
OString
getFullClientName
();
...
...
tubes/qa/test_manager.cxx
Dosyayı görüntüle @
44b6da67
...
...
@@ -60,7 +60,6 @@ public:
void
testSendPacket
();
void
testReceivePacket
();
void
testSendFile
();
void
testFlushLoops
();
void
testDestroyManager1
();
void
testDestroyManager2
();
void
testDestroyAccepterContact
();
...
...
@@ -88,7 +87,6 @@ public:
CPPUNIT_TEST
(
testSendPacket
);
CPPUNIT_TEST
(
testReceivePacket
);
CPPUNIT_TEST
(
testSendFile
);
CPPUNIT_TEST
(
testFlushLoops
);
CPPUNIT_TEST
(
testDestroyManager1
);
CPPUNIT_TEST
(
testDestroyManager2
);
CPPUNIT_TEST
(
testDestroyAccepterContact
);
...
...
@@ -346,12 +344,6 @@ void TestTeleTubes::testSendFile()
maFileReceivedUri
==
"file:///tmp/LibreOffice-collab-test-config.ini"
);
}
void
TestTeleTubes
::
testFlushLoops
()
{
mpManager1
->
flushLoop
();
mpManager2
->
flushLoop
();
}
void
TestTeleTubes
::
testDestroyManager1
()
{
delete
mpManager1
;
...
...
tubes/source/manager.cxx
Dosyayı görüntüle @
44b6da67
...
...
@@ -931,18 +931,6 @@ void TeleManager::iterateLoop( const TeleConference* pConference, ConferenceCall
}
void
TeleManager
::
flushLoop
()
const
{
if
(
pImpl
->
mpLoop
)
{
GMainContext
*
pContext
=
g_main_loop_get_context
(
pImpl
->
mpLoop
);
while
(
g_main_context_iteration
(
pContext
,
FALSE
))
{
}
}
}
GMainLoop
*
TeleManager
::
getMainLoop
()
const
{
return
pImpl
->
mpLoop
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment