--- a/cmmanager/cmmgr/cmmapi/src/cmdestinationext.cpp Thu May 27 13:17:01 2010 +0300
+++ b/cmmanager/cmmgr/cmmapi/src/cmdestinationext.cpp Wed Jun 23 18:39:24 2010 +0300
@@ -151,7 +151,8 @@
if ( existingHandle )
{
CleanupStack::PopAndDestroy( cmWrapper );
- cmWrapper = iCmDestinationWrapper->GetMainSession()->GetConnMethodWrapperL( existingHandle );
+ cmWrapper = iCmDestinationWrapper->GetMainSession()->GetConnMethodWrapperL(
+ existingHandle );
cmWrapper->IncreaseReferenceCounter();
}
else
@@ -191,7 +192,8 @@
if ( existingHandle )
{
CleanupStack::PopAndDestroy( cmWrapper );
- cmWrapper = iCmDestinationWrapper->GetMainSession()->GetConnMethodWrapperL( existingHandle );
+ cmWrapper = iCmDestinationWrapper->GetMainSession()->GetConnMethodWrapperL(
+ existingHandle );
cmWrapper->IncreaseReferenceCounter();
}
else