summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Deployment/FaultCorrelationManager.idl
blob: f559c9f38230b79697a4c46389d3421ba8fc2d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

#ifndef FAULTCORRELATIONMANAGER_IDL
#define FAULTCORRELATIONMANAGER_IDL

#include "orbsvcs/orbsvcs/LWFT/FaultNotification.idl"
#include "Deployment_ExecutionManager.idl"

module FTDeployment {

  interface FaultCorrelationManager : FLARE::FaultNotification, Deployment::ExecutionManager {
    void stop_failver_unit (in string fou_id);
  };
};

#endif /* FAULTCORRELATIONMANAGER_IDL */