[omniORB] Interceptor interfaces
William Noon
noon@snow.nrcc.cornell.edu
Thu, 21 Mar 2002 09:08:15 -0500
Duncan --
>
>> I am currently
>> adding the interceptors at module init, which is before ORB_init(),
>> with no problems. Should I have some?
>
>I'm surprised that works, since the omniORB::getInterceptors()
>function is meant to throw the INITIALIZE exception if it's called
>before ORB_init().
I am adding an omniInitialiser at module init that calls
omniORB::getInterceptors() in its attach() method. That does delay
until ORB_init(). Will this be a problem after your changes?
>
>> If you could add support for 'serverSendReply' and 'clientReceiveReply'
>> so I can set the token from the server code without client
>> intervention, it would make the client code cleaner.
>
>Yes, I plan to do that.
Great!
--Bill Noon
>
>Cheers,
Cheers.
>
>Duncan.
>
>--
> -- Duncan Grisby \ Research Engineer --
> -- AT&T Laboratories Cambridge --
> -- http://www.uk.research.att.com/~dpg1 --