diff options
Diffstat (limited to 'ACE/examples/Threads/manual_event.cpp')
-rw-r--r-- | ACE/examples/Threads/manual_event.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/examples/Threads/manual_event.cpp b/ACE/examples/Threads/manual_event.cpp index bad5de56b72..52fe12859f3 100644 --- a/ACE/examples/Threads/manual_event.cpp +++ b/ACE/examples/Threads/manual_event.cpp @@ -1,5 +1,3 @@ -// $Id$ - // The test shows the use of an ACE_Manual_Event to create a // Pseudo_Barrier. Multiple threads are created which do the // following: |