sysstatemgmt/systemstatemgr/cmd/src/ssmcommandfactory.cpp
branchRCL_3
changeset 8 6bb05bdcbe09
parent 3 a811597961f0
equal deleted inserted replaced
7:1a73e8f1b64d 8:6bb05bdcbe09
   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);    
   336     
   337     
   337     switch(cmdType)
   338     switch(cmdType)
   338         {
   339         {
   339         case ESsmCmdWaitForApparcInit:
   340         case ESsmCmdWaitForApparcInit:
   340             {
   341             {