Hi,<div><br></div><div>I am stuck with this issue,i want pointer to point to same location ,but this what happening with me.............<br><div><br></div><div>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.</div>
<div><br></div><div>But still i am able to access the correct data ?</div><div><br></div><div>I am eager to know why this is happening ?</div><div><br></div><div><br></div><div>for example:</div><div><br></div><div>clent:                                                                  server</div>
<div><br></div><div>CORBA::Object_var objvar = server-&gt;func();            CORBA::Object_ptr func()</div><div>                                                                          {</div><div>                                                                            return corba object</div>
<div>                                                                           }</div><div><br></div><div><br></div><div>server-&gt;func1(objvar);</div><div>server-&gt;func1(objvar);</div><div><br></div><div>when i pass the same &quot;objvar&quot; to multiple functions also it is changing the pointer value,but still i am getting correct data ,why ?</div>
<div><br></div><div>Guru</div><div><br></div><div><br></div></div>