telephonyprotocols/pdplayer/src/pdpmcpr.cpp
branchRCL_3
changeset 21 2492a6e4aed7
parent 15 fc69e1e37771
child 65 630d2f34d719
--- 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));
 	}