Copyright (c) Qusay H. Mahmoud
31
Step 1: define the interface
l
Hello.idl
l
l
module HelloApp {
l
interface Hello {
l
string sayHello();
l
};
l
};