143144145146147148149150151152153154
throws org.omg.CORBA.UserException { init (); s_throwExcept = 0; Current curr = (Current) orb.resolve_initial_references ("PICurrent"); curr.set_slot( s_slotID, s_any ); try { m_cltRef.hello_op( "A message from testCompleteCallWithSCs()..." ); }