idlehomescreen/xmluirendering/uiengine/src/xnpropertysubscriber.cpp
branchRCL_3
changeset 34 d05a55b217df
parent 0 f72a12da539e
--- a/idlehomescreen/xmluirendering/uiengine/src/xnpropertysubscriber.cpp	Wed Mar 31 21:17:19 2010 +0300
+++ b/idlehomescreen/xmluirendering/uiengine/src/xnpropertysubscriber.cpp	Wed Apr 14 15:47:59 2010 +0300
@@ -85,7 +85,7 @@
 //
 void CXnPropertySubscriber::DoCancel()
     {
-    iProperty.Close();
+    iProperty.Cancel();
     }
 
 // -----------------------------------------------------------------------------
@@ -103,3 +103,14 @@
         iPropertyChangeObserver.PropertyChangedL( iKey, intValue );
         }
     }
+
+// ---------------------------------------------------------
+// ---------------------------------------------------------
+//
+TInt CXnPropertySubscriber::RunError(TInt /*aError*/)
+    {   
+    return KErrNone;
+    }
+
+// End of file
+