2 //=============================================================================
4 * @file FT_FaultAnalyzer.cpp
6 * This file is part of TAO's implementation of Fault Tolerant CORBA.
8 * @author Steve Totten <totten_s@ociweb.com>
10 //=============================================================================
12 #include "FT_FaultAnalyzer.h"
14 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
16 /// Default constructor.
17 TAO::FT_FaultAnalyzer::FT_FaultAnalyzer ()
22 TAO::FT_FaultAnalyzer::~FT_FaultAnalyzer ()
26 TAO_END_VERSIONED_NAMESPACE_DECL