[omniORB] Getting the IDL out or the IOR

Ramón Talavera ramon.talavera at gmail.com
Fri Sep 5 10:53:48 BST 2014


Good morning,
I am trying to get the Interface out of the stringified IOR, is it possible?
In other words, given a CORBA Object, is it possible to guess its
corresponding Interface Definition?

For example:

CORBA::Object_ptr obj=...
std::cout<<corbautil.getTypeStr(obj)<<std::endl

Should result in:
"IDL:meow.com/Test/A:1.0"

Is this possible at all? If so, I would appreciate any hints to implement
the method getTypeStr(CORBA::Object_ptr obj)

Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20140905/3cb773fa/attachment.html>


More information about the omniORB-list mailing list