summaryrefslogtreecommitdiff
path: root/flat/CIAO/DAnCE/tests/RedirectionServiceTest/Dummy.idl
blob: 5d0ccf25aa8670e3fd62164fcf5d3f5379fd7a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#ifndef DUMMY_IDL
#define DUMMY_IDL

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

#endif /* DUMMY_IDL */