sensorservices/orientationssy/src/SsyProperty.cpp
changeset 59 0f7422b6b602
parent 29 e5a0aab53f3f
equal deleted inserted replaced
52:d6b9e89d80a3 59:0f7422b6b602
    50     {
    50     {
    51     SSY_TRACE_IN();
    51     SSY_TRACE_IN();
    52 
    52 
    53     for ( TInt index = 0; index < aNumberOfProperties ; index++ )
    53     for ( TInt index = 0; index < aNumberOfProperties ; index++ )
    54         {
    54         {
    55         iChannelProperties.Append( aProperties[ index ] );
    55         if(iChannelProperties.Append( aProperties[ index ])!= KErrNone )
       
    56         {
       
    57          iChannelProperties.Reset();
       
    58          break;
       
    59         }
    56         }
    60         }
    57 
    61 
    58     SSY_TRACE_OUT();
    62     SSY_TRACE_OUT();
    59     }
    63     }
    60 
    64