phoneapp/phoneuiutils/src/cphonecallthememonitor.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- a/phoneapp/phoneuiutils/src/cphonecallthememonitor.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuiutils/src/cphonecallthememonitor.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -56,8 +56,9 @@
     // Get all current values
     TRAP_IGNORE( ReadAllL() );
     
+// <-- QT PHONE START-->    
     // Start listen changes in setting and image path
-    CPhoneCenRepProxy::Instance()->NotifyChangeL(
+    /*CPhoneCenRepProxy::Instance()->NotifyChangeL(
         KCRUidThemes, 
         KThemesCallImagePath,
         this );
@@ -65,7 +66,8 @@
     CPhoneCenRepProxy::Instance()->NotifyChangeL(
         KCRUidThemes, 
         KThemesCallImageSetting,
-        this );
+        this );*/
+// <-- QT PHONE END-->        
     }
 
 // -----------------------------------------------------------------------------
@@ -177,13 +179,15 @@
         iCallerImageThemePath = NULL;
         iCallerImageThemePath = HBufC::NewL( KMaxFilePathLength );
         TPtr imagePtr ( iCallerImageThemePath->Des() );
-        
+
+// <-- QT PHONE START-->        
         // Get image file path
-        CPhoneCenRepProxy::Instance()->GetString(
+        /*CPhoneCenRepProxy::Instance()->GetString(
             KCRUidThemes,
             KThemesCallImagePath,
-            imagePtr );
-
+            imagePtr );*/
+// <-- QT PHONE END-->
+            
         __PHONELOG1( EBasic, EPhoneUIUtils,
             "CPhoneCallThemeMonitor::ReadAllL -> image path = %S", &imagePtr );
         }