telephonyserverplugins/common_tsy/commontsy/src/mmgsmwcdma/cmmconferencecallgsmwcdmaext.cpp
branchRCL_3
changeset 14 7ef16719d8cb
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
child 42 3adadc800673
equal deleted inserted replaced
9:962e6306d9d2 14:7ef16719d8cb
   630                 {
   630                 {
   631                 //if index matches
   631                 //if index matches
   632                 if ( counter == *aIndex )
   632                 if ( counter == *aIndex )
   633                     {
   633                     {
   634                     //get mobile call info
   634                     //get mobile call info
   635                     mobileCall->FillMobileCallInfo( aCallInfo );
   635                     ret = mobileCall->FillMobileCallInfo( aCallInfo );
   636                     ret = KErrNone;
       
   637                     break;
   636                     break;
   638                     }
   637                     }
   639                 else
   638                 else
   640                     {
   639                     {
   641                     //else loop to next item in CallList with same status.
   640                     //else loop to next item in CallList with same status.