summaryrefslogtreecommitdiff
path: root/tests/RTScheduling/Scheduling_Interceptor/test.idl
blob: c0c3d7e9da14b43ac93c52643a325c83e98a8939 (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 ();
};