summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LWFT/FaultNotification.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LWFT/FaultNotification.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/LWFT/FaultNotification.idl15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LWFT/FaultNotification.idl b/TAO/orbsvcs/orbsvcs/LWFT/FaultNotification.idl
new file mode 100644
index 00000000000..b592c2a5247
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/LWFT/FaultNotification.idl
@@ -0,0 +1,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 */