summaryrefslogtreecommitdiff
path: root/tests/Alt_Mapping/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Alt_Mapping/helper.h')
-rw-r--r--tests/Alt_Mapping/helper.h35
1 files changed, 16 insertions, 19 deletions
diff --git a/tests/Alt_Mapping/helper.h b/tests/Alt_Mapping/helper.h
index 8ef8cc3bf99..62730d343e6 100644
--- a/tests/Alt_Mapping/helper.h
+++ b/tests/Alt_Mapping/helper.h
@@ -1,21 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/Param_Test
-//
-// = FILENAME
-// helper.h
-//
-// = DESCRIPTION
-// Defines a helper class that can generate values for the parameters used
-// for the Param_Test example
-//
-// = AUTHORS
-// Aniruddha Gokhale
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file helper.h
+ *
+ * $Id$
+ *
+ * Defines a helper class that can generate values for the parameters used
+ * for the Param_Test example
+ *
+ *
+ * @author Aniruddha Gokhale
+ */
+//=============================================================================
+
#ifndef HELPER_H
#define HELPER_H
@@ -38,7 +35,7 @@ public:
CORBA::WChar* gen_wstring (void);
CORBA::WChar* gen_wstring (int maxlength);
const Alt_Mapping::Fixed_Struct gen_fixed_struct (void);
-
+
private:
Alt_Mapping::Fixed_Struct fixed_struct_;
};