[omniORB] omniORBpy string_to_ObjectId method missing

Duncan Grisby duncan at grisby.org
Thu Oct 12 19:31:55 BST 2006


On Tuesday 10 October, "Stephan February" wrote:

> I've just had a look at the omniORBpy sourcecode, and noticed that the
> string_to_ObjectId() function is not implemented in either of the upcoming
> 3.0 beta nor the 2.7 sourcecode. Is their a reason for this, or did this
> method just get overlooked ?

string_to_ObjectId is a part of the C++ mapping, not the CORBA core.  It
converts from a string to a sequence of octet. Since in Python sequence
of octet is mapped to string, there's no need for the operation at all.
Just pass the string to the operations that want an object id.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list