idlefw/src/framework/aicpsexecuteparam.cpp
branchRCL_3
changeset 31 8baec10861af
parent 30 a5a39a295112
equal deleted inserted replaced
30:a5a39a295112 31: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