Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / FT_App / FTAPP_FactoryRegistry_Main.cpp
blobb2c832a35a30e01dedc2e42b0ddb1fb29d30fec6
1 /* -*- C++ -*- */
2 //=============================================================================
3 /**
4 * @file FTAPP_FactoryRegistry_Main.cpp
6 * This file is part of Fault Tolerant CORBA.
7 * This file provides the main routine for a stub FactoryRegistry
9 * @author Dale Wilson <wilson_d@ociweb.com>
11 //=============================================================================
13 #include "tao/Utils/Server_Main.h"
14 #include "orbsvcs/PortableGroup/PG_FactoryRegistry.h"
16 int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
18 TAO::Utils::Server_Main<TAO::PG_FactoryRegistry> server_main("FactoryRegistry");
19 return server_main.run(argc, argv);