summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/FT_ReplicationManager/FT_FaultAnalyzer.cpp
blob: 75eeb60c5f0bc84e8791acc24f8863c65ae58694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* -*- C++ -*- */
//=============================================================================
/**
 *  @file    FT_FaultAnalyzer.cpp
 *
 *  This file is part of TAO's implementation of Fault Tolerant CORBA.
 *
 *  @author Steve Totten <totten_s@ociweb.com>
 */
//=============================================================================

#include "FT_FaultAnalyzer.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

/// Default constructor.
TAO::FT_FaultAnalyzer::FT_FaultAnalyzer ()
{
}

/// Destructor.
TAO::FT_FaultAnalyzer::~FT_FaultAnalyzer ()
{
}

TAO_END_VERSIONED_NAMESPACE_DECL