summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Persistent_IOR/test.idl
blob: 5c4d926d6cf92162faec58d8733939209e0a2633 (plain)
1
2
3
4
5
6
7
8
// $Id$

interface test
{
  void method ();

  oneway void shutdown ();
};