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/Sched_Params.h | |
parent | 85fac9e743dbd47560deefe99a1c638e8551a614 (diff) | |
download | ATCD-1273754aeeb0c93f83ac20b3a7da8427532f7cd8.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Sched_Params.h')
-rw-r--r-- | ace/Sched_Params.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Sched_Params.h b/ace/Sched_Params.h index 4be60222164..679c3c40d8b 100644 --- a/ace/Sched_Params.h +++ b/ace/Sched_Params.h @@ -23,6 +23,7 @@ #include "ace/OS.h" class ACE_Export ACE_Sched_Params +{ // = TITLE // Container for scheduling-related parameters. // @@ -60,7 +61,6 @@ class ACE_Export ACE_Sched_Params // careful review of this class design, thoughtful comments, and // assistance with implementation, especially for PTHREADS platforms. // Please send any comments or corrections to the ACE developers. -{ public: typedef int Policy; |