Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Smart_Proxies / dtor / test.idl
blobfbb16dbac22661a78600ab0e2193afe2ca78e72f
1 // This test is to ensure if the destruction process
2 // and the _non_existent() function in the smart proxy
3 // is working properly.
6 interface Test
8 void hello (in long howmany);
9 oneway void shutdown ();