61 void StatusDataUpdatedL( |
61 void StatusDataUpdatedL( |
62 const TDesC& aStatusMessage, |
62 const TDesC& aStatusMessage, |
63 const TDesC8& aBrandId, |
63 const TDesC8& aBrandId, |
64 const TDesC8& aIconEntry ); |
64 const TDesC8& aIconEntry ); |
65 void PhoneNumberUpdatedL( |
65 void PhoneNumberUpdatedL( |
66 const TDesC& aPhoneNumber ); |
66 const TDesC& aPhoneNumber, |
|
67 CSpbContentProvider::TSpbContentType aType ); |
67 /* |
68 /* |
68 * Function reloads the phonenumber, if there is no status text provided |
69 * Function reloads the phonenumber, if there is no status text provided |
69 */ |
70 */ |
70 void RefreshNumber(); |
71 void RefreshNumberL(); |
71 |
72 |
72 private: |
73 private: |
73 inline CSpbContent( |
74 inline CSpbContent( |
74 const CSpbContent::TParameters& aParameters); |
75 const CSpbContent::TParameters& aParameters); |
75 inline void ConstructL( |
76 inline void ConstructL( |
76 const MVPbkContactLink& aLink); |
77 const MVPbkContactLink& aLink); |
77 private: |
78 private: |
78 static TInt StartFetchContent( |
79 static TInt StartFetchContentL( |
79 TAny* aPtr ); |
80 TAny* aPtr ); |
80 void DoStartFetchContent(); |
81 void DoStartFetchContentL(); |
81 void NotifyObservers( |
82 void NotifyObservers( |
82 MSpbContentProviderObserver::TSpbContentEvent aEvent); |
83 MSpbContentProviderObserver::TSpbContentEvent aEvent); |
83 |
84 |
84 private: |
85 private: |
85 |
86 |