phonebookui/Phonebook2/spbcontentprovider/inc/spbphonenumberparser.h
branchCompilerCompatibility
changeset 17 1a455957d2fe
parent 3 04ab22b956c2
child 64 c1e8ba0c2b16
equal deleted inserted replaced
16:db59511c6240 17:1a455957d2fe
    41             CVPbkContactManager& aContactManager,
    41             CVPbkContactManager& aContactManager,
    42             CSpbContent& aContent);
    42             CSpbContent& aContent);
    43     ~CSpbPhoneNumberParser();
    43     ~CSpbPhoneNumberParser();
    44 
    44 
    45 public: // Interface
    45 public: // Interface
    46     void FetchPhoneNumber( const MVPbkContactLink& aLink);
    46     void FetchPhoneNumberL( const MVPbkContactLink& aLink);
    47     
    47     
    48 private:    // from MVPbkSingleContactOperationObserver
    48 private:    // from MVPbkSingleContactOperationObserver
    49     void VPbkSingleContactOperationComplete(
    49     void VPbkSingleContactOperationComplete(
    50             MVPbkContactOperationBase& aOperation,
    50             MVPbkContactOperationBase& aOperation,
    51             MVPbkStoreContact* aContact );
    51             MVPbkStoreContact* aContact );