Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / tests / FT_App / FTAPP_Analyzer_Main.cpp
blobd0e4425743587d88af3960b8e613265ac039c75f
1 /* -*- C++ -*- */
2 //=============================================================================
3 /**
4 * @file FTAPP_Analyzer_Main.cpp
6 * This file is part of Fault Tolerant CORBA.
7 * This file provides the main routine for a stub FaultAnalyzer
9 * @author Dale Wilson <wilson_d@ociweb.com>
11 //=============================================================================
13 #include "tao/Utils/Server_Main.h"
14 #include "StubFaultAnalyzer.h"
16 int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
18 TAO::Utils::Server_Main<StubFaultAnalyzer> server_run("FaultAnalyzer");
19 return server_run.run(argc, argv);