Copyright (c) Qusay H. Mahmoud
20
IDL Structure (Modules)
lAt the highest level, IDL definitions are packaged into module.
lA module is analogous to a package in Java
lExample:
lmodule Bank {
l  //body
l};