summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_2815_Regression_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:39:53 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:39:53 +0100
commit22d7fb7eebc9c4ca1cdd4637a4f1daacc0a530ac (patch)
tree23ddfc70c283ccaf582b74f8ec4a8e8168a1bd3e /ACE/tests/Bug_2815_Regression_Test.cpp
parente392479f563136c2bedd53b6e3af905965116fa0 (diff)
downloadATCD-22d7fb7eebc9c4ca1cdd4637a4f1daacc0a530ac.tar.gz
Shorten file headers
Diffstat (limited to 'ACE/tests/Bug_2815_Regression_Test.cpp')
-rw-r--r--ACE/tests/Bug_2815_Regression_Test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/tests/Bug_2815_Regression_Test.cpp b/ACE/tests/Bug_2815_Regression_Test.cpp
index abcdb31f42c..d10ad064fe7 100644
--- a/ACE/tests/Bug_2815_Regression_Test.cpp
+++ b/ACE/tests/Bug_2815_Regression_Test.cpp
@@ -20,7 +20,6 @@
* removing handlers while having a very long notification queue.
*
* @author Carlos O'Ryan <coryan@atdesk.com>
- *
*/
#include "test_config.h"
@@ -35,7 +34,6 @@ class One_Shot_Handler;
*
* @brief Main driver for the test, generates notification events and
* verifies they are received correctly.
- *
*/
class Driver
{
@@ -164,7 +162,6 @@ private:
* remove themselves from the reactor when the first notification
* is delivered. This causes a lot of activity in the notification
* queue.
- *
*/
class One_Shot_Handler : public ACE_Event_Handler
{