Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / DII_Deferred_Transient / Test.idl
blob78382dcbcece10783173dfae23118a665c54ef39
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 /// A very simple interface
6 interface Hello
8 /// signal server to terminate
9 oneway void crash ();
11 /// Return a simple string
12 string get_string ();