summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FaultTolerance/IOGR/test.idl
blob: c3e5912526dece49c431e58ee1298baf3ea335d6 (plain)
1
2
3
4
5
6
7
8
9
/*
 * $Id$
 */

interface Simple_Server
{
  void remote_call ();
  oneway void shutdown ();
};