imstutils/imconversationview/imcmslauncherplugin/src/imcmslauncherplugin.cpp
branchRCL_3
changeset 19 76f25fb7a6a1
parent 0 5e5d6b214f4f
equal deleted inserted replaced
18:36d367c62acb 19:76f25fb7a6a1
   143 		}	
   143 		}	
   144 	
   144 	
   145 	if (KErrNotFound != serviceId)
   145 	if (KErrNotFound != serviceId)
   146 		{
   146 		{
   147 		//if valid service
   147 		//if valid service
   148 		TInt err = IMCVLauncher::LaunchImConversationViewL(activeViewId, serviceId, userId->Des());	
   148 		TInt err = IMCVLauncher::LaunchImConversationViewL(activeViewId, serviceId, userId->Des(), CmsParameter()->DisplayName());	
   149 		CleanupStack::PopAndDestroy();
   149 		CleanupStack::PopAndDestroy();
   150 		User::LeaveIfError(err);
   150 		User::LeaveIfError(err);
   151 		return;		
   151 		return;		
   152 		}
   152 		}
   153 	
   153