summaryrefslogtreecommitdiff
path: root/tests/ORB_destroy/ORB_destroy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ORB_destroy/ORB_destroy.cpp')
-rw-r--r--tests/ORB_destroy/ORB_destroy.cpp33
1 files changed, 14 insertions, 19 deletions
diff --git a/tests/ORB_destroy/ORB_destroy.cpp b/tests/ORB_destroy/ORB_destroy.cpp
index f77379f0d4a..61aa04872aa 100644
--- a/tests/ORB_destroy/ORB_destroy.cpp
+++ b/tests/ORB_destroy/ORB_destroy.cpp
@@ -1,28 +1,23 @@
-// $Id$
-
-//========================================================================
-//
-// = LIBRARY
-// TAO/tests/ORB_destroy
-//
-// = FILENAME
-// ORB_destroy.cpp
-//
-// = DESCRIPTION
-// Simple ORB destruction test.
-//
-// = AUTHOR
-// Irfan Pyarali <irfan@cs.wustl.edu>
-//
-//=========================================================================
+
+//=============================================================================
+/**
+ * @file ORB_destroy.cpp
+ *
+ * $Id$
+ *
+ * Simple ORB destruction test.
+ *
+ *
+ * @author Irfan Pyarali <irfan@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "tao/ORB.h"
#include "tao/PortableServer/PortableServer.h"
#include "ace/Log_Msg.h"
-ACE_RCSID(ORB_destroy, ORB_destroy, "$Id$")
-
int
test_with_regular_poa_manager (int argc,
ACE_TCHAR **argv,