sensorservices/orientationssy/src/SsyControlOrientation.cpp
branchRCL_3
changeset 61 8cb079868133
parent 60 ccb4f6b3db21
equal deleted inserted replaced
60:ccb4f6b3db21 61:8cb079868133
   222                 break;
   222                 break;
   223             }
   223             }
   224 
   224 
   225         if ( channel )
   225         if ( channel )
   226             {
   226             {
   227             User::LeaveIfError(iChannelArray.Append( channel ));
   227             iChannelArray.Append( channel );
   228             User::LeaveIfError(channelInfoList.Append( channelInfo));
   228             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 ) );