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

#ifndef FAULTCORRELATIONMANAGER_IDL
#define FAULTCORRELATIONMANAGER_IDL

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

module FTDeployment {

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

#endif /* FAULTCORRELATIONMANAGER_IDL */