NextPrevUpTopContentsIndex

2.2.1 The complete interface source code

The complete code for the Hello World interface (the hello-world.idl file), written in IDL, is:

module HelloWorld {
  interface world {
    string hello();
  };
};

Developing Component Software with CORBA - 24 Feb 2006

NextPrevUpTopContentsIndex