diff options
Diffstat (limited to 'ACE/tests/Auto_IncDec_Test.cpp')
-rw-r--r-- | ACE/tests/Auto_IncDec_Test.cpp | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/ACE/tests/Auto_IncDec_Test.cpp b/ACE/tests/Auto_IncDec_Test.cpp index 7311f9db76d..2ead05cd008 100644 --- a/ACE/tests/Auto_IncDec_Test.cpp +++ b/ACE/tests/Auto_IncDec_Test.cpp @@ -1,21 +1,18 @@ -// $Id$ - -//============================================================================ -// -// = LIBRARY -// tests -// -// = FILENAME -// Auto_IncDec_Test.cpp -// -// = DESCRIPTION -// This is a simple test of the Auto Increment/Decrement Class in -// ACE. -// -// = AUTHOR -// Edan Ayal <EdanA@cti2.com> -// -//============================================================================ + +//============================================================================= +/** + * @file Auto_IncDec_Test.cpp + * + * $Id$ + * + * This is a simple test of the Auto Increment/Decrement Class in + * ACE. + * + * + * @author Edan Ayal <EdanA@cti2.com> + */ +//============================================================================= + #include "test_config.h" #include "ace/Auto_IncDec_T.h" |