summaryrefslogtreecommitdiff
path: root/tests/Exposed_Policies/Policy_Tester.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Exposed_Policies/Policy_Tester.h')
-rw-r--r--tests/Exposed_Policies/Policy_Tester.h33
1 files changed, 14 insertions, 19 deletions
diff --git a/tests/Exposed_Policies/Policy_Tester.h b/tests/Exposed_Policies/Policy_Tester.h
index 1a659c8c01c..8ca8eed1c75 100644
--- a/tests/Exposed_Policies/Policy_Tester.h
+++ b/tests/Exposed_Policies/Policy_Tester.h
@@ -1,21 +1,16 @@
-// $Id$
-//
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/Exposed_Policies
-//
-// = FILENAME
-// Policy_Verifier.h
-//
-// = DESCRIPTION
-// This class verifies that the policy are correctly embedded
-// in the IOR.
-//
-// = AUTHOR
-// Angelo Corsaro <corsaro@cs.wustl.edu>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file Policy_Tester.h
+ *
+ * $Id$
+ *
+ * This class verifies that the policy are correctly embedded
+ * in the IOR.
+ *
+ * @author Angelo Corsaro <corsaro@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef POLICY_TESTER_H_
#define POLICY_TESTER_H_
@@ -35,8 +30,8 @@ public:
Policy_Tester (void);
~Policy_Tester (void);
+ /// Runs the test.
void run (void);
- // Runs the test.
int init (int argc,
ACE_TCHAR *argv[]);