2 #ifndef BIG_ONEWAYS_SESSION_TASK_H
3 #define BIG_ONEWAYS_SESSION_TASK_H
4 #include /**/ "ace/pre.h"
8 #if !defined (ACE_LACKS_PRAGMA_ONCE)
10 #endif /* ACE_LACKS_PRAGMA_ONCE */
14 /// Implement a Task to run the experiments using multiple threads.
15 class Session_Task
: public ACE_Task_Base
19 Session_Task (Session
*session
);
21 /// Thread entry point
25 /// Reference to the test interface
29 #include /**/ "ace/post.h"
30 #endif /* BIG_ONEWAYS_SESSION_TASK_H */