--- 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));
}