summaryrefslogtreecommitdiff
path: root/TAO/tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/test.idl
blob: 98cde9d77b1946d250a1a89d71e8d964a1b396bf (plain)
1
2
3
4
5
6
interface Simple_Server
{
  boolean test_is_a (in string type);

  oneway void shutdown ();
};