creator/src/creator_scriptparser.cpp
branchRCL_3
changeset 50 9b2cffad4b5e
parent 0 d6fe6244b863
child 60 6646c35e558c
equal deleted inserted replaced
49:f8280f3bfeb7 50:9b2cffad4b5e
   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
   319         elementInfo.iElement->ExecuteCommandL();
   322         elementInfo.iElement->ExecuteCommandL();
       
   323         #endif
   320         }
   324         }
   321     
   325     
   322     // Remove element from the stack:
   326     // Remove element from the stack:
   323     iElementStack.Remove(iElementStack.Count()-1);
   327     iElementStack.Remove(iElementStack.Count()-1);
   324     
   328