summaryrefslogtreecommitdiff
path: root/ACE/tests/Notify_Performance_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Notify_Performance_Test.cpp')
-rw-r--r--ACE/tests/Notify_Performance_Test.cpp41
1 files changed, 19 insertions, 22 deletions
diff --git a/ACE/tests/Notify_Performance_Test.cpp b/ACE/tests/Notify_Performance_Test.cpp
index 673bb7bee46..ced0ca0d9a4 100644
--- a/ACE/tests/Notify_Performance_Test.cpp
+++ b/ACE/tests/Notify_Performance_Test.cpp
@@ -1,23 +1,20 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// Notify_Performance_Test.cpp
-//
-// = DESCRIPTION
-// This test is used to time the notification mechanisms of the
-// ACE_Reactors. Both the WFMO_Reactor and Select_Reactor can be
-// tested. The notify() mechanism can also be tested with or
-// without data.
-//
-// = AUTHOR
-// Irfan Pyarali <irfan@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Notify_Performance_Test.cpp
+ *
+ * $Id$
+ *
+ * This test is used to time the notification mechanisms of the
+ * ACE_Reactors. Both the WFMO_Reactor and Select_Reactor can be
+ * tested. The notify() mechanism can also be tested with or
+ * without data.
+ *
+ *
+ * @author Irfan Pyarali <irfan@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "test_config.h"
#include "ace/Profile_Timer.h"
@@ -30,7 +27,7 @@
#include "ace/Auto_Ptr.h"
#include "ace/Atomic_Op.h"
-ACE_RCSID(tests, Notify_Performance_Test, "$Id$")
+
#if defined (ACE_HAS_THREADS)
@@ -56,8 +53,8 @@ static int opt_pass_notify_data = 0;
class Handler : public ACE_Event_Handler
{
public:
+ /// The Handler callbacks.
virtual int handle_exception (ACE_HANDLE fd = ACE_INVALID_HANDLE);
- // The Handler callbacks.
};
int