summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FT_App/FTAPP_Analyzer_Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FT_App/FTAPP_Analyzer_Main.cpp')
-rw-r--r--TAO/orbsvcs/tests/FT_App/FTAPP_Analyzer_Main.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/FTAPP_Analyzer_Main.cpp b/TAO/orbsvcs/tests/FT_App/FTAPP_Analyzer_Main.cpp
deleted file mode 100644
index 253e373e20b..00000000000
--- a/TAO/orbsvcs/tests/FT_App/FTAPP_Analyzer_Main.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-/* -*- C++ -*- */
-//=============================================================================
-/**
- * @file FTAPP_Analyzer_Main.cpp
- *
- * $Id$
- *
- * This file is part of Fault Tolerant CORBA.
- * This file provides the main routine for a stub FaultAnalyzer
- *
- * @author Dale Wilson <wilson_d@ociweb.com>
- */
-//=============================================================================
-
-#include "tao/Utils/Server_Main.h"
-#include "StubFaultAnalyzer.h"
-
-int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
-{
- TAO::Utils::Server_Main<StubFaultAnalyzer> server_run("FaultAnalyzer");
- return server_run.run(argc, argv);
-}