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
b004bf7f
Kaydet (Commit)
b004bf7f
authored
Kas 02, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix CppunitTest_sal_osl_pipe
Change-Id: I8b092d7e5132e2462b7fe9981f81a41543ca8694
üst
e2299dcc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
osl_Pipe.cxx
sal/qa/osl/pipe/osl_Pipe.cxx
+2
-0
No files found.
sal/qa/osl/pipe/osl_Pipe.cxx
Dosyayı görüntüle @
b004bf7f
...
...
@@ -190,6 +190,7 @@ namespace osl_Pipe
{
/// create a pipe.
::
osl
::
Pipe
aPipe
(
test
::
uniquePipeName
(
aTestPipeName
),
osl_Pipe_CREATE
);
osl_acquirePipe
(
aPipe
.
getHandle
());
/// constructs a pipe reference without acquiring the handle.
::
osl
::
Pipe
aNoAcquirePipe
(
aPipe
.
getHandle
(
),
SAL_NO_ACQUIRE
);
...
...
@@ -697,6 +698,7 @@ namespace osl_StreamPipe
{
// create a pipe.
::
osl
::
StreamPipe
aPipe
(
test
::
uniquePipeName
(
aTestPipeName
),
osl_Pipe_CREATE
);
osl_acquirePipe
(
aPipe
.
getHandle
());
// constructs a pipe reference without acquiring the handle.
::
osl
::
StreamPipe
aNoAcquirePipe
(
aPipe
.
getHandle
(
),
SAL_NO_ACQUIRE
);
...
...
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