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