summaryrefslogtreecommitdiff
path: root/examples/Buffered_Oneways/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Buffered_Oneways/test_i.h')
-rw-r--r--examples/Buffered_Oneways/test_i.h37
1 files changed, 18 insertions, 19 deletions
diff --git a/examples/Buffered_Oneways/test_i.h b/examples/Buffered_Oneways/test_i.h
index bed392b0324..0c0818c991b 100644
--- a/examples/Buffered_Oneways/test_i.h
+++ b/examples/Buffered_Oneways/test_i.h
@@ -1,31 +1,30 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/examples/Buffered_Oneways/
-//
-// = FILENAME
-// test_i.h
-//
-// = AUTHOR
-// Irfan Pyarali
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file test_i.h
+ *
+ * $Id$
+ *
+ * @author Irfan Pyarali
+ */
+//=============================================================================
+
#ifndef TAO_BUFFERED_ONEWAYS_TEST_I_H
#define TAO_BUFFERED_ONEWAYS_TEST_I_H
#include "testS.h"
+/**
+ * @class test_i
+ *
+ * @brief Simple implementation.
+ */
class test_i : public POA_test
{
- // = TITLE
- // Simple implementation.
- //
public:
+ /// ctor.
test_i (CORBA::ORB_ptr orb);
- // ctor.
// = The test interface methods.
void method (CORBA::ULong request_number);
@@ -33,8 +32,8 @@ public:
void shutdown (void);
private:
+ /// The ORB.
CORBA::ORB_var orb_;
- // The ORB.
};
#endif /* TAO_BUFFERED_ONEWAYS_TEST_I_H */