Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / FT_App / FTAPP_Notifier_Main.cpp
blobdd2aa67c6acde57791d65eec8a607c4f2a3d8efe
1 /* -*- C++ -*- */
2 //=============================================================================
3 /**
4 * @file FTAPP_Notifier_Main.cpp
6 * This file is part of Fault Tolerant CORBA.
7 * This file provides the main routine for a stub implementation
8 * of the FaultNotifier interface.
10 * @author Dale Wilson <wilson_d@ociweb.com>
12 //=============================================================================
14 #include "StubFaultNotifier.h"
15 #include "tao/Utils/Server_Main.h"
17 int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
19 TAO::Utils::Server_Main<StubFaultNotifier> server_main("FaultNotifier");
20 return server_main.run(argc, argv);