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

interface Simple_Server
{
  void remote_call ();

  oneway void shutdown ();
};