summaryrefslogtreecommitdiff
path: root/ACE/examples/C++NPv2/SLDex.cpp
blob: fbaf7cb3111219be1817922a8efff0389ae6eb75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
** $Id$
**
** Copyright 2002 Addison Wesley. All Rights Reserved.
*/

#include "ace/Log_Msg.h"

#include "Reactor_Logging_Server_Adapter.h"
#include "Logging_Acceptor_Ex.h"
#include "SLDEX_export.h"

typedef Reactor_Logging_Server_Adapter<Logging_Acceptor_Ex>
        Server_Logging_Daemon_Ex;

ACE_FACTORY_DEFINE (SLDEX, Server_Logging_Daemon_Ex)