Next Previous Up Top Contents Index

2.2 Complete source code for the Hello World example

2.2.1 The complete interface source code

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

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


Developing Component Software with CORBA - 22 Jan 1999

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker