summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Service_Activate.h
blob: 6ddf858f62886ebc5dffcac86abe2746234063eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//=============================================================================
/**
 * @file FT_Service_Activate.h
 *
 * $Id$
 *
 * A concrete implementation of a service callback
 *
 * @author Bala Natarajan <bala@cs.wustl.edu>
 */
//=============================================================================

#ifndef TAO_FT_ACTIVATE_H
#define TAO_FT_ACTIVATE_H

#include "FT_ClientService_Activate.h"
#include "FT_ServerService_Activate.h"

#endif /*TAO_FT_ACTIVATE_H*/