phonebookui/phonebookservices/src/cntserviceproviderviewing.cpp
changeset 53 e6aff7b69165
parent 50 77bc263e1626
child 54 47627ab5d7a4
equal deleted inserted replaced
51:81c360d47083 53:e6aff7b69165
    44 
    44 
    45 void CntServiceProviderViewing::openContactCard( int aContactId )
    45 void CntServiceProviderViewing::openContactCard( int aContactId )
    46     {
    46     {
    47     CNT_ENTRY
    47     CNT_ENTRY
    48     mCurrentRequestIndex = setCurrentRequestAsync();
    48     mCurrentRequestIndex = setCurrentRequestAsync();
    49     mServices.setQuitable(requestInfo().isEmbedded());
    49     mServices.setQuittable(requestInfo().isEmbedded());
    50     mServices.launchContactCard( aContactId, *this );
    50     mServices.launchContactCard( aContactId, *this );
    51     CNT_EXIT
    51     CNT_EXIT
    52     }
    52     }
    53 
    53 
    54 void CntServiceProviderViewing::openTemporaryContactCard( QString aFieldName, QString aFieldValue )
    54 void CntServiceProviderViewing::openTemporaryContactCard( QString aFieldName, QString aFieldValue )
    55     {
    55     {
    56     CNT_ENTRY
    56     CNT_ENTRY
    57     mCurrentRequestIndex = setCurrentRequestAsync();
    57     mCurrentRequestIndex = setCurrentRequestAsync();
    58     mServices.setQuitable(requestInfo().isEmbedded());
    58     mServices.setQuittable(requestInfo().isEmbedded());
    59     mServices.launchTemporaryContactCard( aFieldName, aFieldValue, *this );
    59     mServices.launchTemporaryContactCard( aFieldName, aFieldValue, *this );
    60     CNT_EXIT
    60     CNT_EXIT
    61     }
    61     }
    62 
    62 
    63 void CntServiceProviderViewing::CompleteServiceAndCloseApp(const QVariant& retValue)
    63 void CntServiceProviderViewing::CompleteServiceAndCloseApp(const QVariant& retValue)