summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc')
-rw-r--r--sal/inc/osl/thread.hxx7
-rw-r--r--sal/inc/sal/log-areas.dox1
2 files changed, 8 insertions, 0 deletions
diff --git a/sal/inc/osl/thread.hxx b/sal/inc/osl/thread.hxx
index 2916ff7443d6..0bade3b06c86 100644
--- a/sal/inc/osl/thread.hxx
+++ b/sal/inc/osl/thread.hxx
@@ -49,6 +49,13 @@ namespace osl
*/
extern "C" inline void SAL_CALL threadFunc( void* param);
+/**
+ A thread abstraction.
+
+ @deprecated use ::salhelper::Thread instead. Only the static member
+ functions ::osl::Thread::getCurrentIdentifier, ::osl::Thread::wait, and
+ ::osl::Thread::yield are not deprecated.
+ */
class Thread
{
Thread( const Thread& );
diff --git a/sal/inc/sal/log-areas.dox b/sal/inc/sal/log-areas.dox
index e397836881d5..246b9692a50c 100644
--- a/sal/inc/sal/log-areas.dox
+++ b/sal/inc/sal/log-areas.dox
@@ -35,6 +35,7 @@ certain functionality.
@section URE
@li @c rtl.string - ::rtl::OString, ::rtl::OUString, and related functionality
+@li @c salhelper.thread - ::salhelper::Thread class
@section VCL