sensorservices/orientationssy/src/OrientationCRListener.cpp
changeset 63 09d657f1ee00
parent 0 4e1aa6a622a0
child 61 8cb079868133
equal deleted inserted replaced
54:072a9626b290 63:09d657f1ee00
    89 	{
    89 	{
    90 	SSY_TRACE_IN();
    90 	SSY_TRACE_IN();
    91 	SSY_TRACE( EExtended, "ORIENTATIONSSY:RunL::Key %d changed", iStatus.Int() );
    91 	SSY_TRACE( EExtended, "ORIENTATIONSSY:RunL::Key %d changed", iStatus.Int() );
    92     iRepository->NotifyRequest( iStatus.Int(), iStatus );
    92     iRepository->NotifyRequest( iStatus.Int(), iStatus );
    93 
    93 
    94 	iCallBack.CreateConfigurations();
    94         User::LeaveIfError(iCallBack.CreateConfigurations());
    95 
    95 
    96     if( !IsActive() )
    96     if( !IsActive() )
    97         {
    97         {
    98         SetActive();
    98         SetActive();
    99         }
    99         }