simpledatamodeladapter/src/presencepluginauthorization.cpp
branchRCL_3
changeset 8 aca99fb8a3dd
parent 0 c8caa15ef882
child 11 b4758b4b2d20
equal deleted inserted replaced
7:895b8e06c769 8:aca99fb8a3dd
   519                 DP_SDA( "CPresencePluginAuthorization::RunL - default case" );
   519                 DP_SDA( "CPresencePluginAuthorization::RunL - default case" );
   520                 CompleteXIMPReq( myStatus );
   520                 CompleteXIMPReq( myStatus );
   521                 }
   521                 }
   522                 break;
   522                 break;
   523             }
   523             }
       
   524         }
       
   525     else if ( KErrNotFound == myStatus && EStateDoBlock == iAuthState )
       
   526         {
       
   527         // When blocking friend request, watcher was not found but request
       
   528         // has to be blocked anyways.
       
   529         DP_SDA( "CPresencePluginAuthorization::RunL - Block presentity" );
       
   530         BlockPresentityL();
       
   531         iAuthState = EStateBlocked;
   524         }
   532         }
   525     else
   533     else
   526         {
   534         {
   527         DP_SDA( "CPresencePluginAuthorization::RunL -error" );
   535         DP_SDA( "CPresencePluginAuthorization::RunL -error" );
   528         CompleteXIMPReq( myStatus );
   536         CompleteXIMPReq( myStatus );