equal
deleted
inserted
replaced
211 */ |
211 */ |
212 void FallThrough(); |
212 void FallThrough(); |
213 |
213 |
214 // The following functions are default implementations for all states. |
214 // The following functions are default implementations for all states. |
215 // The function names end to L to allow derived classes to |
215 // The function names end to L to allow derived classes to |
216 // override that default functions with leaving functions. |
216 // override tha default funtions with leaving functions. |
217 // All default implementations do not leave. |
217 // All default implementations do not leave. |
218 |
218 |
219 /** |
219 /** |
220 * Initialize common variables. |
220 * Initialize common variables. |
221 * @param aSelection list of message entry ids to be handled. |
221 * @param aSelection list of message entry ids to be handled. |