diff -r b8fae6b8a148 -r d05a55b217df idlehomescreen/inc/xnpropertysubscriber.h --- 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