summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-23 10:25:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-23 10:47:35 +0100
commita342b3e3b0c4c2baa40442ab4580f5091c6231d1 (patch)
treed2498fe7a445ddabd70ee5a8bf778e719c839116 /sal
parentlog-areas clean up (diff)
downloadcore-a342b3e3b0c4c2baa40442ab4580f5091c6231d1.tar.gz
core-a342b3e3b0c4c2baa40442ab4580f5091c6231d1.zip
Moved dp_gui::Thread to salhelper::Thread, so that all code can use it
...also improved the code somewhat.
Diffstat (limited to 'sal')
-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