summaryrefslogtreecommitdiff
path: root/tests/POA/Forwarding/Servant_Activator.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/POA/Forwarding/Servant_Activator.h')
-rw-r--r--tests/POA/Forwarding/Servant_Activator.h38
1 files changed, 17 insertions, 21 deletions
diff --git a/tests/POA/Forwarding/Servant_Activator.h b/tests/POA/Forwarding/Servant_Activator.h
index 57a31ea1bb8..e2e81975774 100644
--- a/tests/POA/Forwarding/Servant_Activator.h
+++ b/tests/POA/Forwarding/Servant_Activator.h
@@ -1,23 +1,19 @@
// -*- C++ -*-
-// $Id$
-
-// ================================================================
-//
-// = LIBRARY
-// TAO/examples/POA/Forwarding
-//
-// = FILENAME
-// Servant_Activator.h
-//
-// = DESCRIPTION
-// Defines a ServantActivator class, used with a POA having a
-// RETAIN policy
-//
-// = AUTHOR
-// Irfan Pyarali
-// Michael Kircher
-//
-// ================================================================
+
+//=============================================================================
+/**
+ * @file Servant_Activator.h
+ *
+ * $Id$
+ *
+ * Defines a ServantActivator class, used with a POA having a
+ * RETAIN policy
+ *
+ *
+ * @author Irfan Pyarali Michael Kircher
+ */
+//=============================================================================
+
#ifndef SERVANT_ACTIVATOR_H
#define SERVANT_ACTIVATOR_H
@@ -47,14 +43,14 @@ public:
CORBA::Boolean cleanup_in_progress,
CORBA::Boolean remaining_activations);
+ /// Object should be forwarded from now on.
void forward_requests (void);
- // Object should be forwarded from now on.
private:
CORBA::ORB_var orb_;
+ /// Location to forward to
CORBA::Object_var forward_to_;
- // Location to forward to
};
#endif /* SERVANT_ACTIVATOR_H */