idlehomescreen/inc/xnpropertysubscriber.h
branchRCL_3
changeset 34 d05a55b217df
parent 0 f72a12da539e
--- a/idlehomescreen/inc/xnpropertysubscriber.h	Wed Mar 31 21:17:19 2010 +0300
+++ b/idlehomescreen/inc/xnpropertysubscriber.h	Wed Apr 14 15:47:59 2010 +0300
@@ -94,17 +94,26 @@
 
 private:
     /**
-     * From CActive.
-     * Handle completion
+     * Handles an active object's request completion event.
+     * 
+     * @see CActive::RunL
      */
     void RunL();
 
     /**
-     * From CActive.
-     * How to cancel me
+     * Implements cancellation of an outstanding request.
+     * 
+     * @see CActive::DoCancel
      */
     void DoCancel();
 
+    /**
+     * RunError
+     * 
+     * @see CActive::RunError
+     */
+    TInt RunError(TInt aError);
+    
 private:
     // Data