locationsystemui/locationsysui/privacyverifiernotifierui/locverifier/src/lpdrequestorprocessor.cpp
changeset 40 16118e24b93b
parent 32 b12ea03c50a3
equal deleted inserted replaced
33:834e27cad510 40:16118e24b93b
    77 // -----------------------------------------------------------------------------
    77 // -----------------------------------------------------------------------------
    78 //
    78 //
    79 TBool CLpdRequestorProcessor::ReadRequestorsL(
    79 TBool CLpdRequestorProcessor::ReadRequestorsL(
    80     const CPosPrivacyNotifier& aPosNotifier )
    80     const CPosPrivacyNotifier& aPosNotifier )
    81     {
    81     {
       
    82     LOCVERIFIERDLGDEBUG( "+CLpdGlobalPluginDialog::ReadRequestorsL" );
    82     __ASSERT_DEBUG( aPosNotifier.CurrentRequest() != KPosNullQNRequestId,
    83     __ASSERT_DEBUG( aPosNotifier.CurrentRequest() != KPosNullQNRequestId,
    83                     HandleAssertErrorL() );
    84                     HandleAssertErrorL() );
    84 
    85 
    85     this->ResetAndDestroyRequestors();
    86     this->ResetAndDestroyRequestors();
    86     
    87     
   115      	{
   116      	{
   116      	resSession.ResolveRequestorsL(iRequestors);
   117      	resSession.ResolveRequestorsL(iRequestors);
   117      	}
   118      	}
   118      resSession.Close();
   119      resSession.Close();
   119        
   120        
       
   121     LOCVERIFIERDLGDEBUG( "-CLpdGlobalPluginDialog::ReadRequestorsL" );
   120     return allRequestorIdsValid;
   122     return allRequestorIdsValid;
   121     }
   123     }
   122 
   124 
   123 // -----------------------------------------------------------------------------
   125 // -----------------------------------------------------------------------------
   124 // CLpdRequestorProcessor::ResetAndDestroyRequestors
   126 // CLpdRequestorProcessor::ResetAndDestroyRequestors