diff options
Diffstat (limited to 'comphelper/inc/comphelper/broadcasthelper.hxx')
-rw-r--r-- | comphelper/inc/comphelper/broadcasthelper.hxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/broadcasthelper.hxx b/comphelper/inc/comphelper/broadcasthelper.hxx index e3fe03e29350..dec8823ce71c 100644 --- a/comphelper/inc/comphelper/broadcasthelper.hxx +++ b/comphelper/inc/comphelper/broadcasthelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: broadcasthelper.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: oj $ $Date: 2000-10-20 11:09:57 $ + * last change: $Author: oj $ $Date: 2000-10-24 06:54:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,5 +93,12 @@ namespace comphelper ::cppu::OBroadcastHelper& GetBroadcastHelper() { return m_aBHelper; } }; + + // base class for all classes who are derived from OPropertySet and from OComponent + class OBaseMutex + { + protected: + ::osl::Mutex m_aMutex; + }; } #endif // _COMPHELPER_BROADCASTHELPER_HXX_ |