summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Bug_2316_Regression/Test.idl
blob: e79f3b872817e60fadf32d60eb74c7ceb21b791f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#ifndef _TEST_IDL_
#define _TEST_IDL_

interface server
{
    void method (in Object obj);
    oneway void shutdown ();
};

#endif // _TEST_IDL_