| IDL Complex Type | |
| interface |
TBD Properties inside an interface are represented by set-accessors and get-accessors.
|
// CORBA IDL |
interface GoodDay
{
string hello_simple();
wstring hello_wide( in wstring msg );
};
|
e.g. GoodDay GoodDayOperations GoodDayHelper _GoodDayStub GoodDayPOA GoodDayPOATie |
{ Delphi }
-- TBD
|