An IDL Specification
// IDL in file grid.idl
interface Grid {
readonly attribute short height;
readonly attribute short width;
void set (in short n, in short m, in long value);
long get (in short n, in short m);
};
ÀÌÀü ½½¶óÀ̵å
´ÙÀ½ ½½¶óÀ̵å
ù ½½¶óÀ̵å·Î À̵¿
±×·¡ÇÈ ¹öÀü º¸±â