creator/src/creator_scriptparser.cpp
branchRCL_3
changeset 60 6646c35e558c
parent 50 9b2cffad4b5e
equal deleted inserted replaced
50:9b2cffad4b5e 60:6646c35e558c
   314         }
   314         }
   315         
   315         
   316     // Execute the command if this is a command element:
   316     // Execute the command if this is a command element:
   317     if( elementInfo.iElement->IsCommandElement() )
   317     if( elementInfo.iElement->IsCommandElement() )
   318         {
   318         {
   319         #if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
       
   320         elementInfo.iElement->AsyncExecuteCommandAndWaitL();
       
   321         #else
       
   322         elementInfo.iElement->ExecuteCommandL();
   319         elementInfo.iElement->ExecuteCommandL();
   323         #endif
       
   324         }
   320         }
   325     
   321     
   326     // Remove element from the stack:
   322     // Remove element from the stack:
   327     iElementStack.Remove(iElementStack.Count()-1);
   323     iElementStack.Remove(iElementStack.Count()-1);
   328     
   324