
1 Mar
2005
1 Mar
'05
7:54 p.m.
On my todo list is runtime reflection for interfaces, which I've been thinking might eventually form part of an RPC mechanism, together with Boost.Serialization. See
The thought's been on my mind as well...
You're interface definitions look a lot like Boost IDL definitions:
http://www.kangaroologic.com/interfaces/libs/interfaces/doc/index.html?path=....
2
What kind of code needs to be generated by the macros to support your
framework?
Jonathan
You can see the macro definitions in the include/Idl.hpp file, it's mainly code to generate dispatch ID's, to invoke marshaling of arguments, and to invoke target member functions. If it could all be subsumed under BOOST_IDL, that would be great. /Jarl.