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

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