phonebookui/Phonebook2/spbcontentprovider/inc/spbphonenumberparser.h
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
0:e686773b3f54 3:04ab22b956c2
    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 );