Hi
I am trying to go through this tutorial:
http://java.sun.com/developer/onlineTraining/corba/magercises/pingpong/index.html
They provide me with a file called "PingObjectImpl.java" in which the
constructor contains the line:
super(name);
I don't understand where that constructor taking a String as parameter
comes from?
I suppose it must come from _PingObjectImplBase but what should I add
to _PingObjectImplBase for it to work?
Thank you for any help
Regards