summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Persistent_IOR/test.idl
blob: 36e44236901f6ad972a5d579be03d481a976565c (plain)
1
2
3
4
5
6
interface test
{
  void method ();

  oneway void shutdown ();
};