summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl
blob: 710575bd17d22a036a14bf052c956ad0a9d41369 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _TEST_IDL_
#define _TEST_IDL_

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

#endif // _TEST_IDL_