[omniORB] Is CORBA::String_member essentially the same as COR BA::String_var ?

Duncan Grisby duncan at grisby.org
Fri May 30 14:52:49 BST 2003


On Tuesday 27 May, "Lee, Robert C." wrote:

> Well, what if I want to assign a string to a string inside a struct? Which
> is exactly what I want to do?

When I say don't use it directly, I mean don't ever write code that
explicitly creates a String_member. Of course it's right to use the
String_members inside structs. Just use them like String_vars, except
that you don't need to initialise them if you want them to be the
empty string.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list