diff options
Diffstat (limited to 'ACE/tests/Manual_Event_Test.cpp')
-rw-r--r-- | ACE/tests/Manual_Event_Test.cpp | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/ACE/tests/Manual_Event_Test.cpp b/ACE/tests/Manual_Event_Test.cpp index a2b62a52f9a..7d736f69282 100644 --- a/ACE/tests/Manual_Event_Test.cpp +++ b/ACE/tests/Manual_Event_Test.cpp @@ -1,21 +1,18 @@ -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// tests -// -// = FILENAME -// Manual_Event Test -// -// = DESCRIPTION -// This test verifies the functionality of the <ACE_Manual_Event> -// implementation. -// -// = AUTHOR -// Martin Corino <mcorino@remedy.nl> -// -// ============================================================================ + +//============================================================================= +/** + * @file Manual_Event_Test.cpp + * + * $Id$ + * + * This test verifies the functionality of the <ACE_Manual_Event> + * implementation. + * + * + * @author Martin Corino <mcorino@remedy.nl> + */ +//============================================================================= + #include "test_config.h" #include "ace/Manual_Event.h" |