--- a/cmmanager/cmmgr/cmmapi/src/cmdestinationext.cpp Thu Jun 17 22:32:02 2010 +0100
+++ b/cmmanager/cmmgr/cmmapi/src/cmdestinationext.cpp Thu Jul 22 16:37:38 2010 +0100
@@ -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