2 //=============================================================================
4 * @file FTAPP_FaultConsumer_Main.cpp
6 * This file is part of Fault Tolerant CORBA.
7 * This file provides the main routine for a stub FaultConsumer.
9 * @author Steve Totten <totten_s@ociweb.com>
11 //=============================================================================
13 #include "tao/Utils/Server_Main.h"
14 #include "ReplicationManagerFaultConsumerAdapter.h"
16 int ACE_TMAIN (int argc
, ACE_TCHAR
*argv
[])
18 TAO::Utils::Server_Main
<ReplicationManagerFaultConsumerAdapter
>
19 server_main("FaultConsumer");
20 return server_main
.run(argc
, argv
);