> From: Berin Loritsch [mailto:[EMAIL PROTECTED] > > The idea to incorporate it is to make the ReflectionEventHandler easier > to implement in C++ where RTTI is not binary compatible accross compilers > and typically resource intensive.
For the C++ version I will explore other ways - probably the solution will be a "GetType" method. But I see no need to have exactly the same interfaces across different languages. Putting queue elements generated in Java in a C++ queue requires a whole JNI mess, and whatever differences there are between the Java and C++ version can be solved in there. The binary incompatibility of RTTI is a problem, though, but there are ways to solve that, too, in an elegant way. I hope. /LS -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>