The IDL types
string
,
long
, and
unsigned
long
are mapped to the Common Lisp types
corba:string
,
corba:long
, and
corba:ulong
, which are typedefs for the types
string
,
integer
, and
integer
.
Developing Component Software with CORBA - 29 Jul 2010