#ifndef _HELLO_WORLD_IDL_ #define _HELLO_WORLD_IDL_ #include "VMCFCore.idl" module HelloWorld { interface Greetings : VMCFCore::CFObject { void hello(in string name); }; }; #endif