summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/MT_SSLIOP/test.idl
blob: 3191d2be3e58dbdb60849cb3abf4d56f975a730d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// $Id$
//

interface Simple_Server
{
  long test_method (in long x);

  oneway void shutdown ();
};

interface Another_One
{
  long test_method (in long x);
};