Ramón Talavera
2014-09-05 09:53:48 UTC
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>
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>