diff -r 3f227a47ad75 -r 2492a6e4aed7 telephonyprotocols/pdplayer/src/pdpmcpr.cpp --- a/telephonyprotocols/pdplayer/src/pdpmcpr.cpp Wed Apr 14 17:11:46 2010 +0300 +++ b/telephonyprotocols/pdplayer/src/pdpmcpr.cpp Tue Apr 27 17:51:07 2010 +0300 @@ -293,7 +293,7 @@ void CPdpMetaConnectionProvider::ContentionResolved(const Messages::TNodeId& aPendingCprId, TBool aResult) { - TPdpContentionMessages::TPdpContentionResultMessage msg(aPendingCprId, aResult); + TPDPMessages::TPdpContentionResultMessage msg(aPendingCprId, aResult); TRAP_IGNORE(ReceivedL(TNodeId(Id()), TNodeId(Id()), msg)); }