diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-27 16:22:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-27 16:22:26 +0000 |
commit | 2f991bd927b569a4186638d71fe88f29f6a9a5d0 (patch) | |
tree | a82accec7e12290d0014ea31f0e326c688a64aea /comphelper | |
parent | 0cdf5fb68cbd860bfc58f5ae604e923c951fca63 (diff) |
INTEGRATION: CWS skeletonmaker (1.5.18); FILE MERGED
2005/10/21 13:41:01 jsc 1.5.18.1: #i52169# insert deprecated comment for OBaseMutex and pointer to cppu::BaseMutex
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/broadcasthelper.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/broadcasthelper.hxx b/comphelper/inc/comphelper/broadcasthelper.hxx index cdbc06bc9d6c..7e8639bf155b 100644 --- a/comphelper/inc/comphelper/broadcasthelper.hxx +++ b/comphelper/inc/comphelper/broadcasthelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: broadcasthelper.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:28:02 $ + * last change: $Author: hr $ $Date: 2005-10-27 17:22:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,6 +70,8 @@ namespace comphelper }; // base class for all classes who are derived from OPropertySet and from OComponent + // @deprecated, you should use cppu::BaseMutex instead (cppuhelper/basemutex.hxx) + class OBaseMutex { protected: |