diff -r 3738fe97f027 -r 8aed59de29f9 videocollection/mpxmyvideoscollection/inc/vcxmyvideosactivetask.h --- a/videocollection/mpxmyvideoscollection/inc/vcxmyvideosactivetask.h Thu Apr 01 23:32:44 2010 +0300 +++ b/videocollection/mpxmyvideoscollection/inc/vcxmyvideosactivetask.h Fri Apr 16 18:13:14 2010 +0300 @@ -114,14 +114,19 @@ * Can be used to run async operations. */ void ContinueStepping(); - + + /** + * Add some functionality to CActive::Cancel + */ + void Cancel(); + protected: // From base class /** * From CActive */ void RunL(); - + /** * From CActive */ @@ -144,6 +149,13 @@ */ void ConstructL(); +public: + /** + * Set to ETrue when stepping is stopped. + * Cancel or Done has to be called. + */ + TBool iStopped; + private: // data CMPXCommand* iCurCommand; // Current Command