[omniORB] Looking for client callback sample
Brenneis, Steven W.
BRENNES1@RJRT.com
Mon, 30 Aug 1999 08:19:57 -0400
Marty,
It sounds like you may have forgotten to call _impl_is_ready on the BOA of the client side. Other than this, callbacks are just a
reversal of the roles of client and server. For the purposes of the callback, the client becomes a server.
Hope this helps.
Steve
> -----Original Message-----
> From: Hugues Marty [SMTP:hugues@isoftfr.isoft.fr]
> Sent: Friday, August 27, 1999 10:30 AM
> To: omniorb-list@uk.research.att.com
> Subject: [omniORB] Looking for client callback sample
>
> Could anyone point me to a client callback code sample? I can't figure
> how to implement the server calling a callback on the client (using
> VC++ 5). If I just call from the server a method on a objet created on
> the client side the server is blocked (since the client is waiting for
> the server answer, it does not get the server call). Thank for any
> help.
>
> Hugues.