Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / LongDouble / Test.idl
blob1d4ef7cc7991b04d2bc8925a8fa9909bce19cb15
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 /// A very simple interface
6 interface LongDoubleTest
8 /// Return a long double
9 long double get_long_double ();
11 /// A method to shutdown the ORB
12 /**
13 * This method is used to simplify the test shutdown process
15 oneway void shutdown ();