diff options
Diffstat (limited to 'ACE/tests/Signal_Test.cpp')
-rw-r--r-- | ACE/tests/Signal_Test.cpp | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/ACE/tests/Signal_Test.cpp b/ACE/tests/Signal_Test.cpp index 89f983e1b82..175aa9b004b 100644 --- a/ACE/tests/Signal_Test.cpp +++ b/ACE/tests/Signal_Test.cpp @@ -1,22 +1,19 @@ -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// tests -// -// = FILENAME -// Signal_Test.cpp -// -// = DESCRIPTION -// This program tests the signal handling capabilities of ACE on -// various OS platforms that support sending signals between -// processes. -// -// = AUTHOR -// Douglas C. Schmidt <schmidt@cs.wustl.edu> -// -// ============================================================================ + +//============================================================================= +/** + * @file Signal_Test.cpp + * + * $Id$ + * + * This program tests the signal handling capabilities of ACE on + * various OS platforms that support sending signals between + * processes. + * + * + * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> + */ +//============================================================================= + #include "test_config.h" #include "ace/Thread_Manager.h" |