[omniORB] missed replace of omniORB3 to omniORB4?

Heinrich Götzger Heinrich.Goetzger@exploding-systems.de
Sun Oct 20 12:16:01 2002


Hi,

I'm not sure if it's purpose or not. But due to some tests I discovered
the String 'omniORB3' in many files in the omni-4.0.0 tree of last weeks cvs.
For example in:
./src/lib/omniORB/omniidl_be/cxx/impl/template.pyc

It occured at my place creating some example implementation using
omniidl (release 4.0.0):

[...]
int main(int argc, char** argv)
{
  try {
    // Initialise the ORB.
    CORBA::ORB_var orb = CORBA::ORB_init(argc, argv, "omniORB3");
[...]

I guess it should read omniORB4 there, shouldn't it?

Please correct me, if I'm wrong.

Sorry for the inconvenience.

cheers

Heinrich