sensorservices/orientationssy/src/SsyControlOrientation.cpp
changeset 63 09d657f1ee00
parent 0 4e1aa6a622a0
child 61 8cb079868133
equal deleted inserted replaced
54:072a9626b290 63:09d657f1ee00
   222                 break;
   222                 break;
   223             }
   223             }
   224 
   224 
   225         if ( channel )
   225         if ( channel )
   226             {
   226             {
   227             iChannelArray.Append( channel );
   227             User::LeaveIfError(iChannelArray.Append( channel ));
   228             channelInfoList.Append( channelInfo );
   228             User::LeaveIfError(channelInfoList.Append( channelInfo));
   229             }
   229             }
   230         }
   230         }
   231 
   231 
   232     // Register channels to the client
   232     // Register channels to the client
   233     SSY_TRACE_TRAP( err, iCallback->RegisterChannelsL( channelInfoList ) );
   233     SSY_TRACE_TRAP( err, iCallback->RegisterChannelsL( channelInfoList ) );