summaryrefslogtreecommitdiff
path: root/tests/POA/NewPOA/NewPOA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/POA/NewPOA/NewPOA.cpp')
-rw-r--r--tests/POA/NewPOA/NewPOA.cpp47
1 files changed, 21 insertions, 26 deletions
diff --git a/tests/POA/NewPOA/NewPOA.cpp b/tests/POA/NewPOA/NewPOA.cpp
index 97ec819ccc3..3d503c35d19 100644
--- a/tests/POA/NewPOA/NewPOA.cpp
+++ b/tests/POA/NewPOA/NewPOA.cpp
@@ -1,25 +1,24 @@
-// $Id$
-
-// ==========================================================================
-// = LIBRARY
-// TAO/tests/POA/NewPOA
-//
-// = FILENAME
-// NewPOA.cpp
-//
-// = DESCRIPTION
-// This program demonstrates creation of new POAs, as children of the root POA or the
-// existing POA.
-// There are three new POA created in this example.
-// The hierarchy of POAs looks like this.
-//
-// /-->first_poa-->first_poa/second_poa
-// RootPOA--
-// \-->third_poa
-//
-// = AUTHOR
-// Irfan Pyarali
-// ========================================================================
+
+//=============================================================================
+/**
+ * @file NewPOA.cpp
+ *
+ * $Id$
+ *
+ * This program demonstrates creation of new POAs, as children of the root POA or the
+ * existing POA.
+ * There are three new POA created in this example.
+ * The hierarchy of POAs looks like this.
+ *
+ * /-->first_poa-->first_poa/second_poa
+ * RootPOA--
+ * \-->third_poa
+ *
+ *
+ * @author Irfan Pyarali
+ */
+//=============================================================================
+
#include "tao/PortableServer/PortableServer.h"
@@ -28,10 +27,6 @@
#include "ace/SString.h"
#include "ace/Log_Msg.h"
-ACE_RCSID (NewPOA,
- NewPOA,
- "$Id$")
-
void
print_poa (PortableServer::POA_ptr poa)
{