windowing/windowserver/nga/SERVER/openwfc/CLIENT.CPP
changeset 85 cdf2f6e5c390
parent 69 3365349494cc
child 98 bf7481649c98
equal deleted inserted replaced
69:3365349494cc 85:cdf2f6e5c390
   546 			wsDebugLog->Command(iDestObj->Type(), opcode, cmdParams, iDestObj->LogHandle());
   546 			wsDebugLog->Command(iDestObj->Type(), opcode, cmdParams, iDestObj->LogHandle());
   547 		
   547 		
   548 		// Dispatch the command to the WServ object that will process it
   548 		// Dispatch the command to the WServ object that will process it
   549 		iDestObj->CommandL(opcode, cmdParams);	// (call #5)
   549 		iDestObj->CommandL(opcode, cmdParams);	// (call #5)
   550 		} 
   550 		} 
   551 	while(iNextCmd<endCmd);
   551 	while(iNextCmd<endCmd && !TWindowServerEvent::EventReceiver()->IsReadyToRun());
   552 	
   552 	
   553 	}
   553 	}
   554 
   554 
   555 void CWsClient::DoServiceCommandBuf() // (step #3.1)
   555 void CWsClient::DoServiceCommandBuf() // (step #3.1)
   556 	{
   556 	{