summaryrefslogtreecommitdiff
path: root/tests/POA/On_Demand_Loading/Servant_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/POA/On_Demand_Loading/Servant_Manager.cpp')
-rw-r--r--tests/POA/On_Demand_Loading/Servant_Manager.cpp41
1 files changed, 18 insertions, 23 deletions
diff --git a/tests/POA/On_Demand_Loading/Servant_Manager.cpp b/tests/POA/On_Demand_Loading/Servant_Manager.cpp
index 8b6a8d91629..edff944b13b 100644
--- a/tests/POA/On_Demand_Loading/Servant_Manager.cpp
+++ b/tests/POA/On_Demand_Loading/Servant_Manager.cpp
@@ -1,30 +1,25 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/examples/POA/On_Demand_Loading
-//
-// = FILENAME
-// Servant_Manager.cpp
-//
-// = DESCRIPTION
-// Implementation of the helper class for the ServantActivator_i
-// and the ServantLocator_i.
-//
-// = AUTHOR
-// Kirthika Parameswaran <kirthika@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Servant_Manager.cpp
+ *
+ * $Id$
+ *
+ * Implementation of the helper class for the ServantActivator_i
+ * and the ServantLocator_i.
+ *
+ *
+ * @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "Servant_Manager.h"
#include "tao/debug.h"
-ACE_RCSID(On_Demand_Activation, Servant_Manager, "$Id$")
-
- // Initialization.
- ServantManager_i::ServantManager_i (CORBA::ORB_ptr orb)
- : orb_ (CORBA::ORB::_duplicate (orb))
+// Initialization.
+ServantManager_i::ServantManager_i (CORBA::ORB_ptr orb)
+ : orb_ (CORBA::ORB::_duplicate (orb))
{
}