[omniORB] Problem with corba object passing from client to server

Duncan Grisby duncan at grisby.org
Fri Oct 23 13:02:15 BST 2009


On Wed, 2009-10-21 at 09:14 +0530, guru.jalsar guru wrote:

> I got corba object as return value from server methods and i am
> passing the same object to server methods once againg,the pointer
> location is changed.

When you pass an object reference as a parameter or return value, there
is no guarantee that the proxy object received on the other side is the
same every time. All the proxy objects refer to the same underlying
CORBA object, but you can't make any assumptions about the particular
pointer values.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --





More information about the omniORB-list mailing list