Use nullptr
[ACE_TAO.git] / TAO / tests / MProfile / test.idl
blob9b9e86dea235e1505c3d604c915b89e55cde56a6
1 /*
2 */
4 interface Simple_Server
6 long remote_call ();
7 oneway void shutdown ();
8 };