diff options
Diffstat (limited to 'include/framework/imutex.hxx')
-rw-r--r-- | include/framework/imutex.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/framework/imutex.hxx b/include/framework/imutex.hxx index 39e9f50ebe39..7268db9d0737 100644 --- a/include/framework/imutex.hxx +++ b/include/framework/imutex.hxx @@ -24,17 +24,17 @@ namespace framework{ -/*-************************************************************************************************************//** +/*-************************************************************************************************************ @descr We need this interface to support using of different mutex implementations in a generic way. *//*-*************************************************************************************************************/ class SAL_NO_VTABLE IMutex { - //------------------------------------------------------------------------------------------------------------- + // public methods - //------------------------------------------------------------------------------------------------------------- + public: - /*-****************************************************************************************************//** + /*-**************************************************************************************************** @descr These functions must be supported by a derived class! acquire() -try to register thread release() -unregister thread |