summaryrefslogtreecommitdiff
path: root/tests/POA/On_Demand_Loading/Servant_Activator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/POA/On_Demand_Loading/Servant_Activator.cpp')
-rw-r--r--tests/POA/On_Demand_Loading/Servant_Activator.cpp35
1 files changed, 14 insertions, 21 deletions
diff --git a/tests/POA/On_Demand_Loading/Servant_Activator.cpp b/tests/POA/On_Demand_Loading/Servant_Activator.cpp
index b0d2e096c74..8b79859a529 100644
--- a/tests/POA/On_Demand_Loading/Servant_Activator.cpp
+++ b/tests/POA/On_Demand_Loading/Servant_Activator.cpp
@@ -1,27 +1,20 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// TAO/examples/POA/On_Demand_Loading
-//
-// = FILENAME
-// Servant_Activator.cpp
-//
-// = DESCRIPTION
-// Implementation of <ServantActivator_i>, which is used by a POA
-// with a RETAIN policy.
-//
-// = AUTHOR
-// Kirthika Parameswaran <kirthika@cs.wustl.edu>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file Servant_Activator.cpp
+ *
+ * $Id$
+ *
+ * Implementation of <ServantActivator_i>, which is used by a POA
+ * with a RETAIN policy.
+ *
+ *
+ * @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
+ */
+//=============================================================================
-#include "Servant_Activator.h"
-ACE_RCSID (On_Demand_Loading,
- Servant_Activator,
- "$Id$")
+#include "Servant_Activator.h"
// Initialization.