diff options
Diffstat (limited to 'examples/Threads/test_auto_event.cpp')
-rw-r--r-- | examples/Threads/test_auto_event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Threads/test_auto_event.cpp b/examples/Threads/test_auto_event.cpp index 24de2e9d230..b6f8e2448d6 100644 --- a/examples/Threads/test_auto_event.cpp +++ b/examples/Threads/test_auto_event.cpp @@ -1,5 +1,5 @@ // This test shows the use of an ACE_Auto_Event as a signaling -// @(#)test_auto_event.cpp 1.1 10/18/96 +// $Id$ // mechanism. Two threads are created (one a reader, the other a // writer). The reader waits till the writer has completed |