[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dsdp.rtsc] Re: Using GateSwi_Handle_upCast


Upcasting is unnecessary in the meta-domain since type checking occurs at runtime; in the target domain, excepts for very specialized situations, all type checks are preformed by the compiler.


Ravindranath wrote:
Is it allowed to call  some thing like below in module's xs file.

GateSwi.Handle handle;
handle = GateSwi.create();
handle = GateSwi.Handle_upCast(handle);

Regards,
Ravindranth Andela