diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-03-11 21:21:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-03-11 21:21:20 +0000 |
commit | 592d60ab628c04e9d7e38135b6c3183557087259 (patch) | |
tree | 69b71c9f7a231fc1f9fd925cb5fb810785fc2b52 /ace/Sched_Params.h | |
parent | 4970e044f0c8ec4a9c20dd4d25a20adb78ac58e1 (diff) | |
download | ATCD-592d60ab628c04e9d7e38135b6c3183557087259.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 679c3c40d8b..05d738eeb88 100644 --- a/ace/Sched_Params.h +++ b/ace/Sched_Params.h @@ -171,7 +171,7 @@ public: // Check if there are more priorities. int priority (void) const; - // Return the current priority + // Return the current priority. void next (void); // Move to the next priority. |