summaryrefslogtreecommitdiff
path: root/tests/OBV/Forward/Test_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/OBV/Forward/Test_impl.h')
-rw-r--r--tests/OBV/Forward/Test_impl.h44
1 files changed, 21 insertions, 23 deletions
diff --git a/tests/OBV/Forward/Test_impl.h b/tests/OBV/Forward/Test_impl.h
index 9092f1576e4..99d7d47f66d 100644
--- a/tests/OBV/Forward/Test_impl.h
+++ b/tests/OBV/Forward/Test_impl.h
@@ -1,35 +1,33 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/OBV/Forward
-//
-// = FILENAME
-// Test_impl.h
-//
-// = AUTHOR
-// Boris Kolpackov <bosk@ipmce.ru>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Test_impl.h
+ *
+ * $Id$
+ *
+ * @author Boris Kolpackov <bosk@ipmce.ru>
+ */
+//=============================================================================
+
#ifndef TAO_TEST_IMPL_H
#define TAO_TEST_IMPL_H
#include "TreeControllerS.h"
+/**
+ * @class Test_impl
+ *
+ * @brief Implementation of Test interface
+ *
+ * This interface is provided to produce valuetypes and test
+ * marshaling
+ */
class Test_impl : public POA_Test
{
- // = TITLE
- // Implementation of Test interface
- //
- // = DESCRIPTION
- // This interface is provided to produce valuetypes and test
- // marshaling
- //
public:
+ /// ctor
Test_impl (CORBA::ORB_ptr orb);
- // ctor
virtual TreeController * reflect (
TreeController * tc);
@@ -37,8 +35,8 @@ public:
virtual void shutdown (void);
private:
+ /// The ORB
CORBA::ORB_var orb_;
- // The ORB
};
#endif /* TAO_TEST_IMPL_H */