sensorservices/orientationssy/src/OrientationCRListener.cpp
branchRCL_3
changeset 21 ccb4f6b3db21
parent 0 4e1aa6a622a0
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
    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         }