summaryrefslogtreecommitdiff
path: root/DAnCE/tests/NameServiceTest/Dummy.idl
blob: 2f667c5fede076969eb5acc33015791c328b31b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef DUMMY_IDL
#define DUMMY_IDL

module NameServiceTest
{
  interface Dummy {
    string sayHello();
  };
};

#endif /* DUMMY_IDL */