From OpenTTCN
module IDLDefs {
type charstring address;
type universal char iso8859char
(char ( 0,0,0,0 ) .. char ( 0,0,0,255)) with { variant "8 bit" };
/****************************************************************************
* OpenTTCN Specific -->
*/
type address Object;
type octetstring native;
// Given CORBA servant location in the corbaloc format, returns servant IOR.
external function corbaloc2ior(charstring corbaloc) return charstring;
/****************************************************************************
* END OpenTTCN Specific
*/
}