summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LWFT/FaultNotification.idl
blob: b592c2a52471931d5afb9b69f6a86ca622bd57fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

#ifndef FAULTNOTIFICATION_IDL
#define FAULTNOTIFICATION_IDL

module FLARE {

  interface FaultNotification {
    void proc_failure (in string host,
                       in string component_instance);
  };

};

#endif /* FAULTNOTIFICATION_IDL */