summaryrefslogtreecommitdiff
path: root/tests/POA/On_Demand_Loading/Servant_Locator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/POA/On_Demand_Loading/Servant_Locator.cpp')
-rw-r--r--tests/POA/On_Demand_Loading/Servant_Locator.cpp37
1 files changed, 15 insertions, 22 deletions
diff --git a/tests/POA/On_Demand_Loading/Servant_Locator.cpp b/tests/POA/On_Demand_Loading/Servant_Locator.cpp
index 2eda77ee511..2ba068c0267 100644
--- a/tests/POA/On_Demand_Loading/Servant_Locator.cpp
+++ b/tests/POA/On_Demand_Loading/Servant_Locator.cpp
@@ -1,27 +1,20 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/examples/POA/On_Demand_Loading
-//
-// = FILENAME
-// Servant_Locator.cpp
-//
-// = DESCRIPTION
-// Implementation of ServantLocator_i class, used with a POA
-// having a NON_RETAIN policy.
-//
-// = AUTHOR
-// Kirthika Parameswaran <kirthika@cs.wustl.edu>
-//
-// ============================================================================
-#include "Servant_Locator.h"
+//=============================================================================
+/**
+ * @file Servant_Locator.cpp
+ *
+ * $Id$
+ *
+ * Implementation of ServantLocator_i class, used with a POA
+ * having a NON_RETAIN policy.
+ *
+ *
+ * @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
+ */
+//=============================================================================
+
-ACE_RCSID (On_Demand_Activation,
- Servant_Locator,
- "$Id$")
+#include "Servant_Locator.h"
// Initialization.