You can not do it because you will get a MARSHAL error. You can pass some additional flags what that structures are null, but you must pass valid pointers.
So I have to set the value of every field in a structure. I would need to define some type of constant I guess and have both the client and server agree to this value to mean NULL or value unchanged.
If I got you right you have some CORBA struct that contains strings.
If this is true, you don't need to initialize these strings since they are initialized automatically to empty strings (i.e.: "". Member strings are of type String_mgr.
Hi sog12,
if a string == "" this does not mean what it is a null string. null means nothing but "" means something. Haev you got this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.