/* ** $Id: Reactor_Logging_Server_T.h 80826 2008-03-04 14:51:23Z wotte $ ** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ #ifndef _REACTOR_LOGGING_SERVER_T_H #define _REACTOR_LOGGING_SERVER_T_H #include "ace/ACE.h" #include "ace/Reactor.h" template class Reactor_Logging_Server : public ACCEPTOR { public: Reactor_Logging_Server (int argc, char *argv[], ACE_Reactor *reactor); }; #if defined (ACE_TEMPLATES_REQUIRE_SOURCE) #include "Reactor_Logging_Server_T.cpp" #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ #if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) #pragma implementation ("Reactor_Logging_Server_T.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #endif /* _REACTOR_LOGGING_SERVER_T_H */