After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 317689 - should support CORBA.ORB_ID
should support CORBA.ORB_ID
Status: RESOLVED NOTABUG
Product: pyorbit
Classification: Deprecated
Component: general
2.1.x
Other Linux
: Normal enhancement
: ---
Assigned To: Python bindings maintainers
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-01 13:07 UTC by Gustavo Noronha (kov)
Modified: 2005-12-03 12:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gustavo Noronha (kov) 2005-10-01 13:07:53 UTC
Distribution/Version: Debian unstable

Quoting "W. Borgert" <debacle@debian.org>:

"While it seems to be a non-standard extension, most other
Python ORBs have CORBA.ORB_ID.  python-orbit has
'orbit-local-orb', omniORBpy has 'omniORB4', Fnorb has
'The ORB called Fnorb v1.1.Return.of.Fnorb'.  The
CORBA.ORB_ID is useful, if writing an application in an ORB
agnostic way."
Comment 1 Gustavo Carneiro 2005-12-03 12:17:27 UTC
pyorbit already makes the orb id parameter of CORBA.ORB_init() optional.  It
makes no sense IMHO to have  CORBA.ORB_ID because ORBit supports several ORB
IDs.  It does make sense to have a default one, which is already supported by
omitting the parameter.  Maybe other ORBs should do the same.