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

interface Simple_Server {
  void test_method ();

  void shutdown ();
};