diff options
Diffstat (limited to 'ACE/tests/Map_Test.cpp')
-rw-r--r-- | ACE/tests/Map_Test.cpp | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/ACE/tests/Map_Test.cpp b/ACE/tests/Map_Test.cpp index 2cb9198f682..9bcd7ad25f4 100644 --- a/ACE/tests/Map_Test.cpp +++ b/ACE/tests/Map_Test.cpp @@ -1,21 +1,18 @@ -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// tests -// -// = FILENAME -// Map_Test.cpp -// -// = DESCRIPTION -// This is a simple test of the <ACE_Map> and illustrates how to -// use the forward and reverse iterators. -// -// = AUTHOR -// Irfan Pyarali <irfan@cs.wustl.edu> -// -// ============================================================================ + +//============================================================================= +/** + * @file Map_Test.cpp + * + * $Id$ + * + * This is a simple test of the <ACE_Map> and illustrates how to + * use the forward and reverse iterators. + * + * + * @author Irfan Pyarali <irfan@cs.wustl.edu> + */ +//============================================================================= + #include "test_config.h" #include "Map_Test.h" |