summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/tests/Security/Callback/client.idl
blob: 9ac07bd3cd5eb34e55ffd01be9c83530f7a05508 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
// Client interface definition.
//
// $Id$
//


interface client
{
  void test_reply (in string msg);
};