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