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
190085dd
Kaydet (Commit)
190085dd
authored
Mar 26, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Work around MSC "'override' cannot be used with 'inline'" bug
Change-Id: I35170712b8f0c83ab35cb5ef7115a6dc434a7a4f
üst
0d1abac3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gate.hxx
framework/inc/threadhelp/gate.hxx
+4
-4
No files found.
framework/inc/threadhelp/gate.hxx
Dosyayı görüntüle @
190085dd
...
@@ -98,7 +98,7 @@ class Gate : public IGate
...
@@ -98,7 +98,7 @@ class Gate : public IGate
@onerror -
@onerror -
*//*-*****************************************************************************************************/
*//*-*****************************************************************************************************/
inline
virtual
void
open
()
SAL_OVERRIDE
virtual
void
open
()
SAL_OVERRIDE
{
{
// We must safe access to our internal member!
// We must safe access to our internal member!
::
osl
::
MutexGuard
aLock
(
m_aAccessLock
);
::
osl
::
MutexGuard
aLock
(
m_aAccessLock
);
...
@@ -121,7 +121,7 @@ class Gate : public IGate
...
@@ -121,7 +121,7 @@ class Gate : public IGate
@onerror -
@onerror -
*//*-*****************************************************************************************************/
*//*-*****************************************************************************************************/
inline
virtual
void
close
()
SAL_OVERRIDE
virtual
void
close
()
SAL_OVERRIDE
{
{
// We must safe access to our internal member!
// We must safe access to our internal member!
::
osl
::
MutexGuard
aLock
(
m_aAccessLock
);
::
osl
::
MutexGuard
aLock
(
m_aAccessLock
);
...
@@ -147,7 +147,7 @@ class Gate : public IGate
...
@@ -147,7 +147,7 @@ class Gate : public IGate
@onerror -
@onerror -
*//*-*****************************************************************************************************/
*//*-*****************************************************************************************************/
inline
virtual
void
openGap
()
SAL_OVERRIDE
virtual
void
openGap
()
SAL_OVERRIDE
{
{
// We must safe access to our internal member!
// We must safe access to our internal member!
::
osl
::
MutexGuard
aLock
(
m_aAccessLock
);
::
osl
::
MutexGuard
aLock
(
m_aAccessLock
);
...
@@ -174,7 +174,7 @@ class Gate : public IGate
...
@@ -174,7 +174,7 @@ class Gate : public IGate
@onerror We return false.
@onerror We return false.
*//*-*****************************************************************************************************/
*//*-*****************************************************************************************************/
inline
virtual
sal_Bool
wait
(
const
TimeValue
*
pTimeOut
=
NULL
)
SAL_OVERRIDE
virtual
sal_Bool
wait
(
const
TimeValue
*
pTimeOut
=
NULL
)
SAL_OVERRIDE
{
{
// We must safe access to our internal member!
// We must safe access to our internal member!
::
osl
::
ClearableMutexGuard
aLock
(
m_aAccessLock
);
::
osl
::
ClearableMutexGuard
aLock
(
m_aAccessLock
);
...
...
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