Common Object Request Broker Architecture Dr. Eng. Haiyan HOUSROUM
18/10/08
CORBA
1
18/10/08
CORBA
2
Goal of lecture
Give an introduction to IDL (Interface Definition Language) Language
18/10/08
CORBA
3
Basic IDL Types
18/10/08
CORBA
4
Any Type any is a universal container type. A value of type any can hold a value of any other IDL type, such as long or string, or even another value of type any. Type any can also hold object references or user-defined complex types, such as arrays or structures. Type any is IDL’s equivalent of what in C++ is
typically achieved with a void *.
18/10/08
CORBA
5
The End
THANK YOU
18/10/08
CORBA
6