summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/FaultTolernace-Deployments/Components/Test.idl
blob: 4fee003011cc707310d3335e2289ce8e910745d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 ();
};