417418419420421422423424425426427
try { if (v == null){ throw new org.omg.CORBA.INTERNAL(); } else { if (v.value() == Vote._VoteCommit){ r.commit(); } } } catch(NotPrepared np) { throw new org.omg.CORBA.NO_IMPLEMENT(); } catch(HeuristicRollback hr) {
416417418419420421422423424425426