summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/FaultTolernace-Deployments/Components/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tests/CIAO/FaultTolernace-Deployments/Components/Test.idl')
-rw-r--r--CIAO/DAnCE/tests/CIAO/FaultTolernace-Deployments/Components/Test.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/CIAO/DAnCE/tests/CIAO/FaultTolernace-Deployments/Components/Test.idl b/CIAO/DAnCE/tests/CIAO/FaultTolernace-Deployments/Components/Test.idl
new file mode 100644
index 00000000000..4fee003011c
--- /dev/null
+++ b/CIAO/DAnCE/tests/CIAO/FaultTolernace-Deployments/Components/Test.idl
@@ -0,0 +1,13 @@
+#include <ReplicatedApplication.idl>
+
+interface test : ReplicatedApplication
+{
+ void method (in unsigned long test_start,
+ in unsigned long test_end,
+ in unsigned long work,
+ in unsigned long prime_number,
+ in unsigned long end);
+
+ void shutdown ();
+ void dump ();
+};