writing code for IPC servers

Ronald Aigner ra3 at os.inf.tu-dresden.de
Thu Mar 31 17:27:14 CEST 2005


Again,

Ronald Aigner said:
> dice_CORBA_exception_type _exc_tmp;
> _exc_tmp._s.major = _dice_corba_env->major;
> _exc_tmp._s.repos_id = _dice_corba_env->repos_id;
> l4_umword_t _exception = _exc_tmp._raw;
I plaid around a bit and came up with the following. But there I am stuck...

dice_CORBA_exception_type _exc_tmp = { _exc_tmp._s.major =
_dice_corba_env->major, _exc_tmp._s.repos_id = _dice_corba_env->repos_id
};
l4_umword_t _exception = _exc_tmp._raw;


Greetings, Ron.
-- 
Ronald Aigner
ra3 at os.inf.tu-dresden.de
http://os.inf.tu-dresden.de/~ra3/





More information about the l4-hackers mailing list