home *** CD-ROM | disk | FTP | other *** search
/ Internet News 1999 October / INEWS_10_CD.ISO / pc / jdk / jdk1.2.2 / docs / guide / idl / examples / hello / Hello.idl next >
Encoding:
Text File  |  1999-09-19  |  83 b   |  9 lines

  1. module HelloApp 
  2. {
  3.     interface Hello
  4.     {
  5.         string sayHello();
  6.     };
  7. };
  8.  
  9.