Exemplo n.º 1
0
 private ReConfigChunk getPrevious(ReConfigChunk rconf)
 {
     return(rconf.sameAs(recentInbound) ? sentReply : null);
 }
Exemplo n.º 2
0
 private bool haveSeen(ReConfigChunk rconf)
 {
     return(rconf.sameAs(recentInbound));
 }