diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-04-17 23:17:46 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-04-17 23:17:46 +0000 |
commit | 3e891ecffe3462812ff139e4841ec623547d0ca5 (patch) | |
tree | 4c7d8fe659460647cc6fc60f8f2fd343caa1b141 /tests | |
parent | 7b4c35806bd1119420d6b231f81df06166d97ab2 (diff) | |
download | ATCD-3e891ecffe3462812ff139e4841ec623547d0ca5.tar.gz |
Doxygenated this header.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Message_Queue_Test_Ex.h | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/tests/Message_Queue_Test_Ex.h b/tests/Message_Queue_Test_Ex.h index 9f3fc7e4d39..fb3533a00d2 100644 --- a/tests/Message_Queue_Test_Ex.h +++ b/tests/Message_Queue_Test_Ex.h @@ -1,22 +1,19 @@ -// $Id$ +// -*- C++ -*- -// ============================================================================ -// -// = LIBRARY -// tests -// -// = FILENAME -// Message_Queue_Test_Ex.h -// -// = DESCRIPTION -// Define class needed for generating templates. IBM C++ requires this to -// be in its own file for auto template instantiation. -// -// = AUTHORS -// Michael Vitlo <mvitalo@sprynet.com>, copied the code from: -// Irfan Pyarali <irfan@cs.wustl.edu> and David L. Levine <levine@cs.wustl.edu> -// -// ============================================================================ +//============================================================================= +/** + * @file Message_Queue_Test_Ex.h + * + * $Id$ + * + * Define class needed for generating templates. IBM C++ requires this + * to be in its own file for auto template instantiation. + * + * @author Michael Vitlo <mvitalo@sprynet.com> + * @author Irfan Pyarali <irfan@cs.wustl.edu> + * @author David L. Levine <levine@cs.wustl.edu> + */ +//============================================================================= #ifndef ACE_TESTS_MESSAGE_QUEUE_TEST_EX_H #define ACE_TESTS_MESSAGE_QUEUE_TEST_EX_H |