summaryrefslogtreecommitdiff
path: root/TAO/tests/SHMIOP/Test.idl
blob: 1f8ff5e79709ea926c43827507ac95f754b61641 (plain)
1
2
3
4
5
6
7
8
9
module Test
{
  interface Hello
  {
    string get_string ();

    oneway void shutdown ();
  };
};