summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Interfaces/FaultCorrelationManager.idl
blob: afe99ddb3ec21b7abd77ca23b4d9b91daddf6b67 (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 "ExecutionManagerDaemon.idl"

module DAnCE 
{
  interface FaultCorrelationManager : FLARE::FaultNotification, DAnCE::ExecutionManagerDaemon {
    void stop_failover_unit (in string fou_id);
  };
};

#endif /* FAULTCORRELATIONMANAGER_IDL */