Karel Gardas <[EMAIL PROTECTED]> writes:

> Hi,
>
> yes, MICO provides quite clean API for extending ORB to support new
> transport protocol. I think for protocol X, you will need
> implementation of XAddress, XAddressParser, XTransport and
> XTransportServer. Have a look into include/mico/address*.h,
> include/mico/transport/*, orb/address.cc, orb/transport/*.cc for some
> inspiration how to do it.

You'll probably also want to implement your own IORProfile and
IORProfileDecoder classes to let you use your new protocol in normal
IORs.  Look for these in include/mico/ior*.h and orb/ior.cc.

And it really is very easy to do.  Most of the needed code is quite
simple; you'll be mostly concerned with implementing the actual
transport protocol.

-- 
Jaakko Kangasharju
If you want a response, you must demonstrate
familiarity with ordinal arithmetic
_______________________________________________
Mico-devel mailing list
Mico-devel@mico.org
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to