4 * @author Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
6 #ifndef BUG_1020_SERVER_TASK_H
7 #define BUG_1020_SERVER_TASK_H
8 #include /**/ "ace/pre.h"
13 #if !defined (ACE_LACKS_PRAGMA_ONCE)
15 #endif /* ACE_LACKS_PRAGMA_ONCE */
17 class Server_Task
: public ACE_Task_Base
22 Server_Task (Test::Echo_ptr echo
,
25 /// The thread entry point.
26 virtual int svc (void);
29 /// Reference to the test interface
32 /// Size of data that is traded
36 #include /**/ "ace/post.h"
37 #endif /* BUG_1020_SERVER_TASK_H*/