diff -r a36789189b53 -r 095bea5f582e mmserv/tms/tmsserver/inc/tmstareventhandler.h --- a/mmserv/tms/tmsserver/inc/tmstareventhandler.h Thu Aug 19 10:26:11 2010 +0300 +++ b/mmserv/tms/tmsserver/inc/tmstareventhandler.h Tue Aug 31 15:43:02 2010 +0300 @@ -53,6 +53,12 @@ **/ void RunL(); + /** + * From CActive + * Called when RunL leaves. + **/ + TInt RunError(TInt aError); + private: /** @@ -74,4 +80,3 @@ #endif //TMSTAREVENTHANDLER_H -// End of File