Hi,
I'm getting this error message :
createSession(j ava.lang.String , java.lang.Strin g,
org.omg.CORBA.I ntHolder, B.SessionHolder ,org.omg.CORBA. StringHolder)
in B.BOperations cannot be applied to
(java.lang.Stri ng,java.lang.St ring, int, B.Session, java.lang.Strin g)
It looks like I am passing parameters that are of the wrong type. But
how do I get the right type? What should the right types be?
I'm getting this error message :
createSession(j ava.lang.String , java.lang.Strin g,
org.omg.CORBA.I ntHolder, B.SessionHolder ,org.omg.CORBA. StringHolder)
in B.BOperations cannot be applied to
(java.lang.Stri ng,java.lang.St ring, int, B.Session, java.lang.Strin g)
It looks like I am passing parameters that are of the wrong type. But
how do I get the right type? What should the right types be?
Comment