diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
commit | 1273754aeeb0c93f83ac20b3a7da8427532f7cd8 (patch) | |
tree | 760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/Thread.h | |
parent | 85fac9e743dbd47560deefe99a1c638e8551a614 (diff) | |
download | ATCD-1273754aeeb0c93f83ac20b3a7da8427532f7cd8.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Thread.h')
-rw-r--r-- | ace/Thread.h | 7 |
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, |