summaryrefslogtreecommitdiff
path: root/TAO/tests/Alt_Mapping/alt_mapping_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Alt_Mapping/alt_mapping_i.h')
-rw-r--r--TAO/tests/Alt_Mapping/alt_mapping_i.h33
1 files changed, 18 insertions, 15 deletions
diff --git a/TAO/tests/Alt_Mapping/alt_mapping_i.h b/TAO/tests/Alt_Mapping/alt_mapping_i.h
index 4eabc9a117f..c7d82ed4d58 100644
--- a/TAO/tests/Alt_Mapping/alt_mapping_i.h
+++ b/TAO/tests/Alt_Mapping/alt_mapping_i.h
@@ -1,26 +1,29 @@
-// $Id$
-
-// ============================================================================
-//
-// = FILENAME
-// alt_mapping_i.h
-//
-// = AUTHOR
-// Jeff Parsons
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file alt_mapping_i.h
+ *
+ * $Id$
+ *
+ * @author Jeff Parsons
+ */
+//=============================================================================
+
#ifndef ALT_MAPPING_I_H
#define ALT_MAPPING_I_H
#include "alt_mappingS.h"
+/**
+ * @class Alt_Mapping_i
+ *
+ * @brief Alt_Mapping_i
+ *
+ * Implementation of the Alt_Mapping_i test suite.
+ */
class Alt_Mapping_i : public POA_Alt_Mapping
{
- // = TITLE
- // Alt_Mapping_i
- // = DESCRIPTION
- // Implementation of the Alt_Mapping_i test suite.
public:
Alt_Mapping_i (CORBA::ORB_ptr orb);