summaryrefslogtreecommitdiff
path: root/ace/Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread.h')
-rw-r--r--ace/Thread.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ace/Thread.h b/ace/Thread.h
index ab3cfdb6bf0..45d7514d4e2 100644
--- a/ace/Thread.h
+++ b/ace/Thread.h
@@ -26,8 +26,11 @@ class ACE_Export ACE_Thread
//
// = DESCRIPTION
// This class provides a common interface that is mapped onto
- // either POSIX Pthreads, Solaris threads, or Win32 threads.
-
+ // POSIX Pthreads, Solaris threads, Win32 threads, VxWorks
+ // threads, or pSoS threads. Note, however, that it is
+ // generally a better idea to use the <ACE_Thread_Manager>
+ // programming API rather than the <ACE_Thread> API since the
+ // thread manager is more powerful.
public:
static int spawn (ACE_THR_FUNC func,
void *arg = 0,