Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / MT_SSLIOP / test.idl
blobd457ba444ad0e6192cc9c9e539aa599b6a28ed2b
2 interface Simple_Server
4 long test_method (in long x);
6 oneway void shutdown ();
7 };
9 interface Another_One
11 long test_method (in long x);