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
21 Server_Task (Test::Echo_ptr echo
);
23 /// The thread entry point.
27 /// Reference to the test interface
31 #include /**/ "ace/post.h"
32 #endif /* BUG_1020_SERVER_TASK_H*/