windowing/windowserver/nga/SERVER/openwfc/CLIENT.CPP
changeset 69 3365349494cc
parent 45 36b2e23a8629
child 85 cdf2f6e5c390
equal deleted inserted replaced
45:36b2e23a8629 69:3365349494cc
   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 && !TWindowServerEvent::EventReceiver()->IsReadyToRun());
   551 	while(iNextCmd<endCmd);
   552 	
   552 	
   553 	}
   553 	}
   554 
   554 
   555 void CWsClient::DoServiceCommandBuf() // (step #3.1)
   555 void CWsClient::DoServiceCommandBuf() // (step #3.1)
   556 	{
   556 	{