emailservices/emailserver/cmailhandlerplugin/src/cmailpluginproxy.cpp
branchRCL_3
changeset 35 e64954c2c8e2
parent 31 72d484772ca6
child 52 efd4f1afd43e
equal deleted inserted replaced
34:cd2816114bd1 35:e64954c2c8e2
   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;