Developing Component Software with CORBA > 2 Quick Start Tutorial > 2.2 Complete source code for the Hello World example

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 - 22 Dec 2009

NextPrevUpTopContentsIndex