Include changes memory
[ACE_TAO.git] / ACE / examples / C++NPv2 / Reactor_Logging_Server_T.h
blobe21a745ec057943672eb31474c403312a4e61aea
1 /*
2 ** Copyright 2002 Addison Wesley. All Rights Reserved.
3 */
5 #ifndef _REACTOR_LOGGING_SERVER_T_H
6 #define _REACTOR_LOGGING_SERVER_T_H
8 #include "ace/ACE.h"
9 #include "ace/Reactor.h"
11 template <class ACCEPTOR>
12 class Reactor_Logging_Server : public ACCEPTOR
14 public:
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 */