Copyright (c) Qusay H. Mahmoud
19
IDL Structure
l
module <identifier> {
l
<type declarations>;
l
<constant declarations>;
l
<exception declarations;
l
l
<interface definition>;
l
<interface definition>;
l
};