diff -r 6295dc2169f3 -r 8486d82aef45 connectivitylayer/isce/p2prouter_dll/src/p2plink.cpp --- a/connectivitylayer/isce/p2prouter_dll/src/p2plink.cpp Wed Apr 21 14:29:55 2010 +0300 +++ b/connectivitylayer/isce/p2prouter_dll/src/p2plink.cpp Tue Oct 19 13:16:20 2010 +0300 @@ -120,7 +120,7 @@ // No traces allowed due to not allowed to block. // Negation sets variable to be over EAmountOfTrxs if it is not present. - iShTrxId = ~iShTrxId;// TODO: check this atomicity and synch if needed + iShTrxId = ~iShTrxId;// check this atomicity and synch if needed iRouter->NotifyTrxPresenceEnqueDfc( aPresent ); } @@ -157,7 +157,7 @@ C_TRACE( ( _T( "DP2PLink::Send 0x%x 0x%x map %d <>" ), this, &aMsg, iProtocolId ) ); ASSERT_RESET_ALWAYS( iMux, ( EP2PInitFailed2 | EDP2PLinkTraceId << KClassIdentifierShift ) ); // Send with default prio. - iMux->Send( aMsg, iProtocolId ); // TODO: send priorities + iMux->Send( aMsg, iProtocolId ); // send priorities }