Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / CORBA_is_nil / Test.idl
blobf3da71c47c83c7e9a023e0429bce749709cd3818
1 /// Put the interfaces in a module, to avoid global namespace pollution
2 module Test
4 /// A very simple interface
5 interface Hello
7 /// Return a simple string
8 string get_string ();
10 /// Return another instance (returns NULL object reference)
11 Hello get_Hello ();
13 /// A method to shutdown the ORB
14 /**
15 * This method is used to simplify the test shutdown process
17 oneway void shutdown ();