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
07fef83b
Kaydet (Commit)
07fef83b
authored
Eyl 19, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unnecessaryoverride
Change-Id: I37c338fd08df3dc102963ccffc65c1f0684653be
üst
136dc67f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
salinst.h
vcl/inc/osx/salinst.h
+0
-4
salinst.cxx
vcl/osx/salinst.cxx
+0
-10
No files found.
vcl/inc/osx/salinst.h
Dosyayı görüntüle @
07fef83b
...
@@ -39,10 +39,6 @@ enum class SalEvent;
...
@@ -39,10 +39,6 @@ enum class SalEvent;
class
SalYieldMutex
:
public
comphelper
::
GenericSolarMutex
class
SalYieldMutex
:
public
comphelper
::
GenericSolarMutex
{
{
protected
:
virtual
void
doAcquire
(
sal_uInt32
nLockCount
)
override
;
virtual
sal_uInt32
doRelease
(
bool
bUnlockAll
)
override
;
public
:
public
:
SalYieldMutex
();
SalYieldMutex
();
virtual
~
SalYieldMutex
()
override
;
virtual
~
SalYieldMutex
()
override
;
...
...
vcl/osx/salinst.cxx
Dosyayı görüntüle @
07fef83b
...
@@ -265,16 +265,6 @@ SalYieldMutex::~SalYieldMutex()
...
@@ -265,16 +265,6 @@ SalYieldMutex::~SalYieldMutex()
{
{
}
}
void
SalYieldMutex
::
doAcquire
(
sal_uInt32
nLockCount
)
{
comphelper
::
GenericSolarMutex
::
doAcquire
(
nLockCount
);
}
sal_uInt32
SalYieldMutex
::
doRelease
(
const
bool
bUnlockAll
)
{
return
comphelper
::
GenericSolarMutex
::
doRelease
(
bUnlockAll
);
}
// some convenience functions regarding the yield mutex, aka solar mutex
// some convenience functions regarding the yield mutex, aka solar mutex
bool
ImplSalYieldMutexTryToAcquire
()
bool
ImplSalYieldMutexTryToAcquire
()
...
...
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