summaryrefslogtreecommitdiff
path: root/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h')
-rw-r--r--tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h b/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h
index 2ccfe475b5f..96d6a044e67 100644
--- a/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h
+++ b/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h
@@ -1,31 +1,31 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/Portable_Interceptors/Dynamic
-//
-// = FILENAME
-// test_i.h
-//
-// = AUTHOR
-// Nanbor Wang
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file test_i.h
+ *
+ * $Id$
+ *
+ * @author Nanbor Wang
+ */
+//=============================================================================
+
#ifndef TAO_INTERCEPTOR_TEST_I_H
#define TAO_INTERCEPTOR_TEST_I_H
#include "testS.h"
+/**
+ * @class Visual_i
+ *
+ * Implements the Visual interface in test.idl
+ */
class Visual_i : public POA_Test_Interceptors::Visual
{
- // = DESCRIPTION
- // Implements the Visual interface in test.idl
public:
+ /// ctor
Visual_i (CORBA::ORB_ptr orb);
- // ctor
void normal (CORBA::Long arg);
@@ -40,8 +40,8 @@ public:
void shutdown (void);
private:
+ /// The ORB pointer (for shutdown.)
CORBA::ORB_var orb_;
- // The ORB pointer (for shutdown.)
};
#endif /* TAO_INTERCEPTOR_TEST_I_H */