[omniORB] Extracting some information out of a *_ptr

Martin Trappel 0xCDCDCDCD at gmx.at
Thu Aug 7 19:03:50 BST 2008


Hi all.

I have a IDL where the initial call from a client hands a Client 
Reference to the server:
interface Client {
// ...
};
interface Server {
   void initial_connect(in client c);
};

It would now be very nice to extract some information out of the 
Client_ptr at the server side for logging purposes.
As far as I could see there is no standard way of getting, e.g. the 
clients IP-address/port/... (or other endpoint information) out of the 
_ptr. Is there any way with omniORB?

thanks,
Martin



More information about the omniORB-list mailing list