summaryrefslogtreecommitdiff
path: root/ACE/tests/Object_Manager_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Object_Manager_Test.cpp')
-rw-r--r--ACE/tests/Object_Manager_Test.cpp33
1 files changed, 15 insertions, 18 deletions
diff --git a/ACE/tests/Object_Manager_Test.cpp b/ACE/tests/Object_Manager_Test.cpp
index 79cd94c8ccd..65e033e64e1 100644
--- a/ACE/tests/Object_Manager_Test.cpp
+++ b/ACE/tests/Object_Manager_Test.cpp
@@ -1,27 +1,24 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// Object_Manager_Test.cpp
-//
-// = DESCRIPTION
-// Tests the basic functions of the ACE_Object_Manager.
-//
-// = AUTHOR
-// David L. Levine <levine@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Object_Manager_Test.cpp
+ *
+ * $Id$
+ *
+ * Tests the basic functions of the ACE_Object_Manager.
+ *
+ *
+ * @author David L. Levine <levine@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "test_config.h"
#include "ace/Object_Manager.h"
#include "ace/OS_Memory.h"
#include "ace/ACE.h"
-ACE_RCSID(tests, Object_Manager_Test, "$Id$")
+
static u_int *ip;