summaryrefslogtreecommitdiff
path: root/ACE/tests/Task_Ex_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Task_Ex_Test.cpp')
-rw-r--r--ACE/tests/Task_Ex_Test.cpp37
1 files changed, 17 insertions, 20 deletions
diff --git a/ACE/tests/Task_Ex_Test.cpp b/ACE/tests/Task_Ex_Test.cpp
index 332cf4b4118..2ddfb6634dc 100644
--- a/ACE/tests/Task_Ex_Test.cpp
+++ b/ACE/tests/Task_Ex_Test.cpp
@@ -1,22 +1,19 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// Task_Ex_Test.cpp
-//
-// = DESCRIPTION
-// This test program illustrates the ACE_Task_Ex class which has the ACE_Message_Queue_Ex
-// that has the capability to hold user-defined messages instead of ACE_Message_Block
-//
-//
-// = AUTHOR
-// Kobi Cohen-Arazi <kobi-co@barak-online.net>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Task_Ex_Test.cpp
+ *
+ * $Id$
+ *
+ * This test program illustrates the ACE_Task_Ex class which has the ACE_Message_Queue_Ex
+ * that has the capability to hold user-defined messages instead of ACE_Message_Block
+ *
+ *
+ *
+ * @author Kobi Cohen-Arazi <kobi-co@barak-online.net>
+ */
+//=============================================================================
+
#include "test_config.h"
#include "Task_Ex_Test.h"
@@ -46,8 +43,8 @@ class Consumer : public ACE_Task_Ex<ACE_MT_SYNCH, User_Defined_Msg>
public:
//FUZZ: disable check_for_lack_ACE_OS
/// activate/spawn the threads.
+ ///FUZZ: enable check_for_lack_ACE_OS
int open (void*);
- //FUZZ: enable check_for_lack_ACE_OS
/// svc thread entry point
virtual int svc (void);