(Message m, DTNHost from, DTNHost to, String type, Boolean dropped, Boolean delivered)
| 83 | } |
| 84 | |
| 85 | private void add(Message m, DTNHost from, DTNHost to, String type, Boolean |
| 86 | dropped, Boolean delivered) { |
| 87 | this.queue.add(new MsgCheckerEvent(m,from,to,type,dropped,delivered)); |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * @return the lastFirstDelivery |
no outgoing calls
no test coverage detected