summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl
blob: 36820e2b6d17b18713e7346f69ca84146be4f391 (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_