summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Persistent_ID/test.idl
blob: d3545b73fb48c4a59b691c4b8963f685f7f46401 (plain)
1
2
3
4
5
6
7
interface test
{
  void method ();
  test create_POA ();
  void destroy_POA ();
  void shutdown ();
};