summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3276_Regression/test.idl
blob: 6e89ce2f5727698a91646445e23ae6b9057d567e (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * $Id$
 */

interface Simple_Server
{
  void remote_call ();

  oneway void shutdown ();
};