diff options
Diffstat (limited to 'examples/Threads/thread_pool.cpp')
-rw-r--r-- | examples/Threads/thread_pool.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/Threads/thread_pool.cpp b/examples/Threads/thread_pool.cpp index ec103b1bdd3..3ec15e51b46 100644 --- a/examples/Threads/thread_pool.cpp +++ b/examples/Threads/thread_pool.cpp @@ -1,6 +1,6 @@ -// This test program illustrates how the ACE task synchronization // $Id$ +// This test program illustrates how the ACE task synchronization // mechanisms work in conjunction with the ACE_Task and the // ACE_Thread_Manager. If the manual flag is not set input comes from // stdin until the user enters a return only. This stops all workers @@ -15,6 +15,8 @@ #include "ace/Task.h" +ACE_RCSID(Threads, thread_pool, "$Id$") + #if defined (ACE_HAS_THREADS) // Number of iterations to run the test. |