--- a/phonebookui/Phonebook2/spbcontentprovider/inc/spbcontent.h Tue Feb 02 10:12:17 2010 +0200
+++ b/phonebookui/Phonebook2/spbcontentprovider/inc/spbcontent.h Fri Feb 19 22:40:27 2010 +0200
@@ -63,11 +63,12 @@
const TDesC8& aBrandId,
const TDesC8& aIconEntry );
void PhoneNumberUpdatedL(
- const TDesC& aPhoneNumber );
+ const TDesC& aPhoneNumber,
+ CSpbContentProvider::TSpbContentType aType );
/*
* Function reloads the phonenumber, if there is no status text provided
*/
- void RefreshNumber();
+ void RefreshNumberL();
private:
inline CSpbContent(
@@ -75,9 +76,9 @@
inline void ConstructL(
const MVPbkContactLink& aLink);
private:
- static TInt StartFetchContent(
+ static TInt StartFetchContentL(
TAny* aPtr );
- void DoStartFetchContent();
+ void DoStartFetchContentL();
void NotifyObservers(
MSpbContentProviderObserver::TSpbContentEvent aEvent);