summaryrefslogtreecommitdiff
path: root/tests/Multiple/Multiple_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Multiple/Multiple_Impl.h')
-rw-r--r--tests/Multiple/Multiple_Impl.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/tests/Multiple/Multiple_Impl.h b/tests/Multiple/Multiple_Impl.h
index 97b507ea1b2..e53381aef39 100644
--- a/tests/Multiple/Multiple_Impl.h
+++ b/tests/Multiple/Multiple_Impl.h
@@ -1,21 +1,17 @@
-//$Id$
-//
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/Multiple
-//
-// = FILENAME
-// Multiple_Impl.h
-//
-// = DESCRIPTION
-// This file contains the servant implementation used to test the
-// new collocation collocation scheme.
-//
-// = AUTHOR
-// Angelo Corsaro <corsaro@cs.wustl.edu>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file Multiple_Impl.h
+ *
+ * $Id$
+ *
+ * This file contains the servant implementation used to test the
+ * new collocation collocation scheme.
+ *
+ *
+ * @author Angelo Corsaro <corsaro@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef TAO_MULTIPLE_IMPL_H_
@@ -24,14 +20,16 @@
// -- App. Specific Include --
#include "MultipleS.h"
+/**
+ * @class Bottom_Impl
+ *
+ * @brief Bottom_Impl
+ *
+ * This class implements the servant for the Bottom interface
+ * defined in the IDL file.
+ */
class Bottom_Impl : public virtual POA_Multiple::Bottom
{
-// = TITLE
-// Bottom_Impl
-//
-// = DESCRIPTION
-// This class implements the servant for the Bottom interface
-// defined in the IDL file.
public:
@@ -56,16 +54,18 @@ private:
+/**
+ * @class Delegated_Bottom_Impl
+ *
+ * @brief Delegated_Bottom_Impl
+ *
+ * This class implements the servant for the Bottom interface
+ * which delegates all the request to another Bottom corba object.
+ * This call forwarding is made using different strategy depending
+ * on the option set for the ORB.
+ */
class Delegated_Bottom_Impl : public virtual POA_Multiple::Bottom
{
-// = TITLE
-// Delegated_Bottom_Impl
-//
-// = DESCRIPTION
-// This class implements the servant for the Bottom interface
-// which delegates all the request to another Bottom corba object.
-// This call forwarding is made using different strategy depending
-// on the option set for the ORB.
public: