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