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

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