summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/FTClientComponent/Test.idl
blob: a1696e22ce952cf3b712d613a29cc3dfeba17db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
interface test
{
    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 ();
};