// // HelloWorld.idl. // Will produce a set of files in the HelloWorld\ subdirectory // for implementing the helloworld interface // module corbahw { module HelloWorld { interface HelloWorld { string HelloWorld(); }; }; };