Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / CodeSets / simple / simple.idl
blob248c9701375fbf2e3061a3ccb8fbfeec96d746d1
1 interface simple
3 string op1 (in string name,
4 in any inany,
5 out any outany);
7 wstring op2 (in wstring s1);
9 /// A method to shutdown the ORB
10 /**
11 * This method is used to simplify the test shutdown process
13 oneway void shutdown ();