supl/locationomasuplprotocolhandler/asnconverterpluginapi/src/epos_comasuplstartver2.cpp
changeset 39 3efc7a0e8755
parent 22 4c4ed41530db
equal deleted inserted replaced
37:e175e2ba2fb0 39:3efc7a0e8755
    77         delete iLocationId2;
    77         delete iLocationId2;
    78         iLocationId2 = NULL;
    78         iLocationId2 = NULL;
    79         }
    79         }
    80     iLocationId2 = aLocationId ;
    80     iLocationId2 = aLocationId ;
    81     }
    81     }
       
    82 //coverity[pass_by_value]
    82 EXPORT_C void COMASuplLocationIdData::SetECellInfo(TOMASuplECellInfo aMmCellInfo)
    83 EXPORT_C void COMASuplLocationIdData::SetECellInfo(TOMASuplECellInfo aMmCellInfo)
    83     {
    84     {
    84     iECId = ETrue;
    85     iECId = ETrue;
    85     iMmCellInfo = aMmCellInfo;
    86     iMmCellInfo = aMmCellInfo;
    86     }
    87     }