sysstatemgmt/systemstatemgr/cmd/src/ssmcommandfactory.cpp
changeset 12 e978f818f9bd
parent 0 4e1aa6a622a0
child 8 6bb05bdcbe09
equal deleted inserted replaced
0:4e1aa6a622a0 12:e978f818f9bd
   331 */
   331 */
   332 CSsmCommandBase* SsmCommandFactory::ConstructCommandFromCommandLC(const MSsmCommand& aSsmCommand, TArray<MSsmCommand*>& aDeferredList, CSsmCommandUtilProvider* aUtilProvider)
   332 CSsmCommandBase* SsmCommandFactory::ConstructCommandFromCommandLC(const MSsmCommand& aSsmCommand, TArray<MSsmCommand*>& aDeferredList, CSsmCommandUtilProvider* aUtilProvider)
   333     {
   333     {
   334     CSsmCommandBase* cmd = NULL;
   334     CSsmCommandBase* cmd = NULL;
   335     TSsmCommandType const cmdType = aSsmCommand.Type();
   335     TSsmCommandType const cmdType = aSsmCommand.Type();
   336     DEBUGPRINT2A("Adding command type in CLE commandlist: %d", cmdType);
       
   337     
   336     
   338     switch(cmdType)
   337     switch(cmdType)
   339         {
   338         {
   340         case ESsmCmdWaitForApparcInit:
   339         case ESsmCmdWaitForApparcInit:
   341             {
   340             {