accessoryservices/accessoryremotecontrol/tsrc/remcontestcontrol/remcontestcontrolplugin/src/remconsync.cpp
changeset 63 09d657f1ee00
parent 0 4e1aa6a622a0
child 61 8cb079868133
equal deleted inserted replaced
54:072a9626b290 63:09d657f1ee00
   108 // 
   108 // 
   109 // -----------------------------------------------------------------------------
   109 // -----------------------------------------------------------------------------
   110 //	   
   110 //	   
   111 void CRemConSync::SynchronizeResponse()
   111 void CRemConSync::SynchronizeResponse()
   112     {
   112     {
   113 		iSync->SynchronizeResponse(iActive->iStatus, iError);
   113     iActive->iStatus = KRequestPending;
   114 		iActive->iStatus = KRequestPending;
   114     iSync->SynchronizeResponse(iActive->iStatus, iError);
   115 		iActive->SetActive();
   115     iActive->SetActive();
       
   116     COMPONENT_TRACE( ( _L( "REMCONTESTCONTROL -  SynchronizeResponse return" )) );
   116 	}
   117 	}
   117    
   118    
   118 void CRemConSync::GetCommandSourceInfo(TRemConExtCmdSource& aSource)
   119 void CRemConSync::GetCommandSourceInfo(TRemConExtCmdSource& aSource)
   119     {
   120     {
   120     iSync->GetCommandSourceInfo( aSource );
   121     iSync->GetCommandSourceInfo( aSource );