diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-19 22:42:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-19 22:42:13 +0000 |
commit | 4009e0931a643ed5bedd889749cce0e4500cae82 (patch) | |
tree | 500ee143d922a3a92c94877ff9dc680b4d1573ed /tests/Priority_Task_Test.cpp | |
parent | 6e793ae1370b6c173aedf525525c9bdff3c0e8c8 (diff) | |
download | ATCD-4009e0931a643ed5bedd889749cce0e4500cae82.tar.gz |
foo
Diffstat (limited to 'tests/Priority_Task_Test.cpp')
-rw-r--r-- | tests/Priority_Task_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Priority_Task_Test.cpp b/tests/Priority_Task_Test.cpp index 343c70a9c14..68970495ad7 100644 --- a/tests/Priority_Task_Test.cpp +++ b/tests/Priority_Task_Test.cpp @@ -61,7 +61,7 @@ Priority_Task::open (void *arg) int Priority_Task::svc (void) { - // set up logging for this thread + // Set up logging for this thread. ACE_NEW_THREAD; ACE_hthread_t thr_handle; |