diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-08 08:24:26 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-08 08:24:26 +0000 |
commit | b1ce08ce562183dfa87f512f34e5cecb2db332c7 (patch) | |
tree | b783e58f10db470c6304238443394d56934dd1e2 /tests/Timer_Queue_Test.cpp | |
parent | 0c219140a7860534af831c1ce93de1d1b3830265 (diff) | |
download | ATCD-b1ce08ce562183dfa87f512f34e5cecb2db332c7.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Timer_Queue_Test.cpp')
-rw-r--r-- | tests/Timer_Queue_Test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Timer_Queue_Test.cpp b/tests/Timer_Queue_Test.cpp index 0c58449e7f0..7cd92fc486f 100644 --- a/tests/Timer_Queue_Test.cpp +++ b/tests/Timer_Queue_Test.cpp @@ -211,6 +211,9 @@ struct Timer_Queues // Name of the Queue that we're testing. }; +// New Timer_Queue implementations should be added to the end of this +// table. + static Timer_Queues timer_queues[] = { { 0, "ACE_Timer_Heap (preallocated)" }, |