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