phonebookui/phonebookservices/src/cntserviceproviderfetch.cpp
changeset 75 4ecbe3571b5a
parent 59 a642906a277a
equal deleted inserted replaced
71:7cc7d74059f9 75:4ecbe3571b5a
    44 
    44 
    45 void CntServiceProviderFetch::multiFetch(const QString &title, const QString &action )
    45 void CntServiceProviderFetch::multiFetch(const QString &title, const QString &action )
    46 {
    46 {
    47     CNT_ENTRY
    47     CNT_ENTRY
    48     mCurrentRequestIndex = setCurrentRequestAsync();
    48     mCurrentRequestIndex = setCurrentRequestAsync();
    49     mServices.setQuittable(requestInfo().isEmbedded());
       
    50     mServices.multiFetch( title, action, *this );
    49     mServices.multiFetch( title, action, *this );
    51     CNT_EXIT
    50     CNT_EXIT
    52 }
    51 }
    53 
    52 
    54 void CntServiceProviderFetch::singleFetch(const QString &title, const QString &action )
    53 void CntServiceProviderFetch::singleFetch(const QString &title, const QString &action )
    55 {
    54 {
    56     CNT_ENTRY
    55     CNT_ENTRY
    57     mCurrentRequestIndex = setCurrentRequestAsync();
    56     mCurrentRequestIndex = setCurrentRequestAsync();
    58     mServices.setQuittable(requestInfo().isEmbedded());
       
    59     mServices.singleFetch( title, action, *this );
    57     mServices.singleFetch( title, action, *this );
    60     CNT_EXIT
    58     CNT_EXIT
    61 }
    59 }
    62 
    60 
    63 void CntServiceProviderFetch::CompleteServiceAndCloseApp(const QVariant& retValue)
    61 void CntServiceProviderFetch::CompleteServiceAndCloseApp(const QVariant& retValue)