equal
deleted
inserted
replaced
51 * Implementation of CActive::RunL. |
51 * Implementation of CActive::RunL. |
52 * Called when server request has completed. |
52 * Called when server request has completed. |
53 **/ |
53 **/ |
54 void RunL(); |
54 void RunL(); |
55 |
55 |
|
56 /** |
|
57 * From CActive |
|
58 * Called when RunL leaves. |
|
59 **/ |
|
60 TInt RunError(TInt aError); |
|
61 |
56 private: |
62 private: |
57 |
63 |
58 /** |
64 /** |
59 * C++ default constructor. |
65 * C++ default constructor. |
60 */ |
66 */ |
72 |
78 |
73 } //namespace TMS |
79 } //namespace TMS |
74 |
80 |
75 #endif //TMSTAREVENTHANDLER_H |
81 #endif //TMSTAREVENTHANDLER_H |
76 |
82 |
77 // End of File |
|