2 //=============================================================================
4 * @file FT_ReplicationManager_Main.cpp
6 * This file is part of Fault Tolerant CORBA.
7 * This file provides the main routine for a process that
8 * implements the FT_ReplicationManager interface.
10 * @author Curt Hibbs <hibbs_c@ociweb.com>
12 //=============================================================================
14 #include "FT_ReplicationManager.h"
15 #include "tao/Utils/Server_Main.h"
17 int ACE_TMAIN (int argc
, ACE_TCHAR
*argv
[])
19 TAO::Utils::Server_Main
<TAO::FT_ReplicationManager
>
20 server_main("ReplicationManager");
21 return server_main
.run(argc
, argv
);