summaryrefslogtreecommitdiff
path: root/tests/POA/Identity/Identity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/POA/Identity/Identity.cpp')
-rw-r--r--tests/POA/Identity/Identity.cpp33
1 files changed, 15 insertions, 18 deletions
diff --git a/tests/POA/Identity/Identity.cpp b/tests/POA/Identity/Identity.cpp
index 4474adba7a5..5d544812401 100644
--- a/tests/POA/Identity/Identity.cpp
+++ b/tests/POA/Identity/Identity.cpp
@@ -1,26 +1,23 @@
-// $Id$
-
-// ==================================================
-// = LIBRARY
-// TAO/test/POA/Identity
-//
-// = FILENAME
-// Identity.cpp
-//
-// = DESCRIPTION
-// This program demonstrates and tests how to move between id,
-// reference, and servants.
-//
-// = AUTHOR
-// Irfan Pyarali
-// ==================================================
+
+//=============================================================================
+/**
+ * @file Identity.cpp
+ *
+ * $Id$
+ *
+ * This program demonstrates and tests how to move between id,
+ * reference, and servants.
+ *
+ *
+ * @author Irfan Pyarali
+ */
+//=============================================================================
+
#include "testS.h"
#include "tao/ORB_Core.h"
#include "tao/Server_Strategy_Factory.h"
-ACE_RCSID(Identity, Identity, "$Id$")
-
class test_i : public POA_test
{
public: