summaryrefslogtreecommitdiff
path: root/tests/RTScheduling/Scheduling_Interceptor/test.idl
blob: af5ea5b8b165a928cdde0128b05e84a304b1d509 (plain)
1
2
3
4
5
6
7
8
9
//$Id$
interface test
{
  oneway void one_way (in string message);

  string two_way (in string message);

  oneway void shutdown ();
};