diff -r ab72d5c1d770 -r b34bb05ac869 telephonyprotocols/pdplayer/src/PDPSCPR.cpp --- a/telephonyprotocols/pdplayer/src/PDPSCPR.cpp Thu Jul 29 12:12:57 2010 +0100 +++ b/telephonyprotocols/pdplayer/src/PDPSCPR.cpp Wed Aug 25 14:35:42 2010 +0100 @@ -42,12 +42,6 @@ using namespace NetStateMachine; using namespace Factories; -//We reserve space for two preallocated activities that may start concurrently on the SCPR -//node: destroy and data client stop. -static const TUint KDefaultMaxPreallocatedActivityCount = 2; -static const TUint KMaxPreallocatedActivitySize = sizeof(MeshMachine::CNodeRetryParallelActivity) + sizeof(MeshMachine::APreallocatedOriginators<4>); -static const TUint KPDPSCPRPreallocatedActivityBufferSize = KDefaultMaxPreallocatedActivityCount * KMaxPreallocatedActivitySize; - //-========================================================= // // CPDPSubConnectionProvider Activities @@ -266,7 +260,7 @@ IP SubConnection Provider Second Phase Constructor */ { - CCoreSubConnectionProvider::ConstructL(KPDPSCPRPreallocatedActivityBufferSize); + CCoreSubConnectionProvider::ConstructL(); } void CPDPSubConnectionProvider::Received(TNodeContextBase& aContext)