Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / FT_App / FTAPP_FaultConsumer_Main.cpp
blob0f2b02d4f277c9d4940f2de56d118466974370a5
1 /* -*- C++ -*- */
2 //=============================================================================
3 /**
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);