emailservices/emailserver/cmailhandlerplugin/src/cmailpluginproxy.cpp
branchRCL_3
changeset 19 b13141f05c3d
parent 12 f5907b1a1053
child 52 efd4f1afd43e
equal deleted inserted replaced
17:8592a65ad3fb 19:b13141f05c3d
   366     {
   366     {
   367     FUNC_LOG;
   367     FUNC_LOG;
   368     TInt id( KErrNotFound );
   368     TInt id( KErrNotFound );
   369     for ( TInt i = 0; i < iPublisher.iInstIdList.Count(); i++ )
   369     for ( TInt i = 0; i < iPublisher.iInstIdList.Count(); i++ )
   370         {
   370         {
   371         if ( aContentId.Compare( *(iPublisher.iInstIdList[i]) ) == 0 )
   371         if ( aContentId.Compare( iPublisher.iInstIdList[i].iCid ) == 0 )            
   372             {
   372             {
   373             id = i;
   373             id = i;
   374             }
   374             }
   375         }
   375         }
   376     return id;
   376     return id;