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