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