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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-19
|
83 b
|
9 lines
module HelloApp
{
interface Hello
{
string sayHello();
};
};