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
ec47e78f
Kaydet (Commit)
ec47e78f
authored
Eyl 06, 2016
tarafından
Thorsten Behrens
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
framework: cleanup redundant comments
Change-Id: Id4cb444a1e21ec0ee94a2604c15bc43220a7b571
üst
30af3971
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
15 deletions
+5
-15
imutex.hxx
include/framework/imutex.hxx
+5
-15
No files found.
include/framework/imutex.hxx
Dosyayı görüntüle @
ec47e78f
...
@@ -24,29 +24,19 @@
...
@@ -24,29 +24,19 @@
namespace
framework
{
namespace
framework
{
/*-************************************************************************************************************
/// Interface to support different mutex implementations in a generic way.
@descr We need this interface to support using of different mutex implementations in a generic way.
*//*-*************************************************************************************************************/
class
SAL_NO_VTABLE
IMutex
class
SAL_NO_VTABLE
IMutex
{
{
// public methods
public
:
public
:
/// try to register thread
/*-****************************************************************************************************
@descr These functions must be supported by a derived class!
acquire() -try to register thread
release() -unregister thread
*//*-*****************************************************************************************************/
virtual
void
acquire
()
=
0
;
virtual
void
acquire
()
=
0
;
/// unregister thread
virtual
void
release
()
=
0
;
virtual
void
release
()
=
0
;
protected
:
protected
:
~
IMutex
()
{}
~
IMutex
()
{}
};
// class IMutex
};
}
}
// namespace framework
#endif // INCLUDED_FRAMEWORK_IMUTEX_HXX
#endif // INCLUDED_FRAMEWORK_IMUTEX_HXX
...
...
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