branch | RCL_3 |
changeset 118 | 8baec10861af |
parent 114 | a5a39a295112 |
child 130 | 67f2ed48ad91 |
114:a5a39a295112 | 118:8baec10861af |
---|---|
199 // |
199 // |
200 // --------------------------------------------------------------------------- |
200 // --------------------------------------------------------------------------- |
201 // |
201 // |
202 void CAiCpsExecuteParam::AddActionL(const TDesC8& aAction) |
202 void CAiCpsExecuteParam::AddActionL(const TDesC8& aAction) |
203 { |
203 { |
204 iActions.Append(aAction.AllocL()); |
204 iActions.AppendL(aAction.AllocL()); |
205 } |
205 } |
206 |
206 |
207 // End of file |
207 // End of file |