コード例 #1
0
 /**
  * referee announces a new game
  *
  * @param nrGame is the number of the game
  * @param nrTrial is the number of the trial
  */
 private VectorTimestamp announceNewGame(int nrGame, int nrTrial, VectorTimestamp vt)
     throws RemoteException {
   return site.announceNewGame(nrGame, nrTrial, vt);
 }