summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Concurrency/CC_test_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Concurrency/CC_test_utils.cpp')
-rw-r--r--orbsvcs/tests/Concurrency/CC_test_utils.cpp34
1 files changed, 14 insertions, 20 deletions
diff --git a/orbsvcs/tests/Concurrency/CC_test_utils.cpp b/orbsvcs/tests/Concurrency/CC_test_utils.cpp
index 4080b9e369f..fa812004497 100644
--- a/orbsvcs/tests/Concurrency/CC_test_utils.cpp
+++ b/orbsvcs/tests/Concurrency/CC_test_utils.cpp
@@ -1,29 +1,23 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// TAO/orbsvcs/tests
-//
-// = FILENAME
-// CC_test_utils.cpp
-//
-// = DESCRIPTION
-// This class provides a namespace for utility functions for the
-// concurrency service test.
-//
-// = AUTHORS
-// Torben Worm <tworm@cs.wustl.edu>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file CC_test_utils.cpp
+ *
+ * $Id$
+ *
+ * This class provides a namespace for utility functions for the
+ * concurrency service test.
+ *
+ *
+ * @author Torben Worm <tworm@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "CC_test_utils.h"
#include "CC_naming_service.h"
-#include "ace/OS.h"
#include "ace/Log_Msg.h"
-ACE_RCSID(Concurrency, CC_test_utils, "$Id$")
-
char *CC_TestUtils::get_lock_mode_name (CosConcurrencyControl::lock_mode mode)
{
if (mode==CosConcurrencyControl::read)