Beispiel #1
0
 /**
  * Remove a participant from the database. All buffered packets will be destroyed.
  *
  * @param p A participant.
  */
 public void removeParticipant(Participant p) {
   partDb.removeParticipant(p);
 }