idlefw/src/framework/aicpsexecuteparam.cpp
branchRCL_3
changeset 130 67f2ed48ad91
parent 118 8baec10861af
equal deleted inserted replaced
122:6cadd6867c17 130:67f2ed48ad91
   199 //
   199 //
   200 // ---------------------------------------------------------------------------
   200 // ---------------------------------------------------------------------------
   201 //
   201 //
   202 void CAiCpsExecuteParam::AddActionL(const TDesC8& aAction)
   202 void CAiCpsExecuteParam::AddActionL(const TDesC8& aAction)
   203     {
   203     {
   204     iActions.AppendL(aAction.AllocL());
   204     iActions.Append(aAction.AllocL());
   205     }
   205     }
   206 
   206 
   207 // End of file
   207 // End of file