2 ** Copyright 2002 Addison Wesley. All Rights Reserved.
5 #ifndef _REACTOR_LOGGING_SERVER_T_H
6 #define _REACTOR_LOGGING_SERVER_T_H
9 #include "ace/Reactor.h"
11 template <class ACCEPTOR
>
12 class Reactor_Logging_Server
: public ACCEPTOR
15 Reactor_Logging_Server (int argc
, char *argv
[],
16 ACE_Reactor
*reactor
);
19 #include "Reactor_Logging_Server_T.cpp"
21 #endif /* _REACTOR_LOGGING_SERVER_T_H */