> What are you looking for in particular? The code generated by the C++ 
> compiler for an object instantiation is basically equivalent to
> 
>       myclass_t *myobject;
>       myobject = malloc(sizeof(myclass_t));
>       if(!myobject)
>               <throw exception>;

Do you know a way to catch the exceptions in kernel space ?

>       <calls to any base class constructors here>
>       myclass_t__myclass_t(myobject);
> 

Thanks
Olaf
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to