summaryrefslogtreecommitdiff
path: root/tests/POA/POAManagerFactory/POAManagerFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/POA/POAManagerFactory/POAManagerFactory.cpp')
-rw-r--r--tests/POA/POAManagerFactory/POAManagerFactory.cpp37
1 files changed, 17 insertions, 20 deletions
diff --git a/tests/POA/POAManagerFactory/POAManagerFactory.cpp b/tests/POA/POAManagerFactory/POAManagerFactory.cpp
index 2a94043c709..478e8a81e27 100644
--- a/tests/POA/POAManagerFactory/POAManagerFactory.cpp
+++ b/tests/POA/POAManagerFactory/POAManagerFactory.cpp
@@ -1,22 +1,19 @@
-// $Id$
-
-//========================================================================
-//
-// = LIBRARY
-// TAO/tests/POA/POAManagerFactory
-//
-// = FILENAME
-// POAManagerFactory.cpp
-//
-// = DESCRIPTION
-// This program tests Root_POA::the_POAManagerFactory and
-// the POAManagerFactory interfaces such as create_POAManager(),
-// list () and find ().
-//
-// = AUTHOR
-// Yan Dai
-//
-//=========================================================================
+
+//=============================================================================
+/**
+ * @file POAManagerFactory.cpp
+ *
+ * $Id$
+ *
+ * This program tests Root_POA::the_POAManagerFactory and
+ * the POAManagerFactory interfaces such as create_POAManager(),
+ * list () and find ().
+ *
+ *
+ * @author Yan Dai
+ */
+//=============================================================================
+
#include "tao/ORB.h"
#include "tao/AnyTypeCode/Any.h"
@@ -63,7 +60,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}