summaryrefslogtreecommitdiff
path: root/ACE/tests/Framework_Component_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Framework_Component_Test.h')
-rw-r--r--ACE/tests/Framework_Component_Test.h33
1 files changed, 15 insertions, 18 deletions
diff --git a/ACE/tests/Framework_Component_Test.h b/ACE/tests/Framework_Component_Test.h
index d5127477812..ca3f46f3482 100644
--- a/ACE/tests/Framework_Component_Test.h
+++ b/ACE/tests/Framework_Component_Test.h
@@ -1,28 +1,25 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// Framework_Component_Test.h
-//
-// = DESCRIPTION
-// Define class needed for generating templates. IBM C++ requires this to
-// be in its own file for auto template instantiation.
-//
-// = AUTHOR
-// Don Hinton <dhinton@ieee.org>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file Framework_Component_Test.h
+ *
+ * $Id$
+ *
+ * Define class needed for generating templates. IBM C++ requires this to
+ * be in its own file for auto template instantiation.
+ *
+ *
+ * @author Don Hinton <dhinton@ieee.org>
+ */
+//=============================================================================
+
#ifndef ACE_TESTS_FRAMEWORK_COMPONENT_TEST_H
#define ACE_TESTS_FRAMEWORK_COMPONENT_TEST_H
#include "ace/Log_Msg.h"
-/// This we will use to test the ACE_Framework_Repository
+/// This we will use to test the ACE_Framework_Repository
class Simple_Service
{
public: