[omniORB] Implementation Repository
Duncan Grisby
duncan at grisby.org
Fri Apr 30 16:45:47 BST 2004
On Wednesday 7 April, ondrej at frcatel.fri.utc.sk wrote:
> I am implementing ImplementationRepository for omniORB. I have a C++
> version with basic functionality working quite well. Now, I'd like to
> implement it in Python, but got into trouble with one thing:
>
> How to extract object id from the reference ?
You can't, unless you feel like writing your own code to decode a
stringified object reference. Your options are to run catior and parse
the output, or add functions to the C++ bits of omniORBpy to do it.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list