Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / CORBA_e_Implicit_Activation / Test.idl
blobce456267f498fb03c95aab1105b96fdf6c7f3a6d
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 /// A very simple interface
6 interface Hello
8 };
9 };