FW: [omniORB] Is this a Bug in OmniORB??
S. Sahayaraj
ssahayaraj@quark.co.in
Wed Aug 7 14:13:02 2002
Hi Bjorn,
What shall I do if I return objects, and not any predefined data
types??. The string is sample one. Actuall I have to return some object.
Thank you.
--Sahay.
-----Original Message-----
From: bjorn rohde jensen [mailto:bjensen@fastmail.fm]
Sent: Wednesday, August 07, 2002 6:39 PM
To: S. Sahayaraj
Cc: omniorb-list@realvnc.com
Subject: Re: FW: [omniORB] Is this a Bug in OmniORB??
Hi Sahay,
CORBA::string_dup(0) does not yield an empty
string. It is more likely not to allocate any
thing at all returning another NULL pointer.
You can allocate an empty string using
CORBA::string_dup("");
Yours sincerely,
Bjorn