summaryrefslogtreecommitdiff
path: root/TAO/threadpool-changes
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/threadpool-changes')
-rw-r--r--TAO/threadpool-changes9
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/threadpool-changes b/TAO/threadpool-changes
index 79dff263f58..14c49789a78 100644
--- a/TAO/threadpool-changes
+++ b/TAO/threadpool-changes
@@ -1169,14 +1169,17 @@ Fri Aug 24 18:08:37 2001 Irfan Pyarali <irfan@cs.wustl.edu>
* docs/Options.html: Added documentation for new
-ORBScopePolicy option.
- * ACE_ROOT/ace/OS.h: THR_SCOPE_PROCESS and THR_SCOPE_SYSTEM
+ * $ACE_ROOT/ace/OS.h: THR_SCOPE_PROCESS and THR_SCOPE_SYSTEM
were not defined for NT. Added them.
- * ACE_ROOT/ace/OS.cpp: LinuxThreads do not have support for
+ * $ACE_ROOT/ace/OS.cpp: LinuxThreads do not have support for
PTHREAD_SCOPE_PROCESS; only PTHREAD_SCOPE_SYSTEM is
supported. Therefore, PTHREAD_SCOPE_PROCESS is ignored when
setting the thread scheduling scope.
- * ACE_ROOT/bin/auto_run_tests.lst: Added new RTCORBA tests.
+ * $ACE_ROOT/ace/Sample_History.cpp: Added accessors for
+ <sample_count> and <max_samples>.
+
+ * $ACE_ROOT/bin/auto_run_tests.lst: Added new RTCORBA tests.
Removed Minimum CORBA dependency on these tests.