summaryrefslogtreecommitdiff
path: root/tests/Smart_Proxies/dtor/test.idl
blob: 06d125afd30b6b7d4e63c7037de8a3b75c3c7439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//$Id$

// This test is to ensure if the destruction process
// and the _non_existent() function in the smart proxy
// is working properly.


interface Test
{
  void hello (in long howmany);
  oneway void shutdown ();
};