[omniORB] Boost shared_ptr

Vázquez Landa, David david.vazquez-landa at ndsatcom.com
Fri Nov 14 15:30:57 GMT 2008


Hi, 

I guess many of you are using shared_ptr's in your codes... So I wanted to ask how does it work with CORBA...

Say I have an interface:

Interface User
{
	void setName(in string name);
	string getName();
};

Normally, I would use CORBA's User_var in my code to perform operations... Now my obvious question is if I can use a shared pointer for that purpose... 

Thanks :)



More information about the omniORB-list mailing list