supl/locationomasuplprotocolhandler/asnconverterpluginapi/src/epos_comasuplinitver2.cpp
changeset 39 3efc7a0e8755
parent 0 667063e416a2
child 45 6b6920c56e2f
child 52 4d26d2f138a3
equal deleted inserted replaced
37:e175e2ba2fb0 39:3efc7a0e8755
    60 // -----------------------------------------------------------------------------
    60 // -----------------------------------------------------------------------------
    61 // COMASuplVer2SuplInitExtn::CloneL() 
    61 // COMASuplVer2SuplInitExtn::CloneL() 
    62 // (other items were commented in a header).
    62 // (other items were commented in a header).
    63 // -----------------------------------------------------------------------------
    63 // -----------------------------------------------------------------------------
    64 //
    64 //
    65 void COMASuplVer2SuplInitExtn::CloneL(COMASuplVer2SuplInitExtn* aCloneV2Extn)
    65 EXPORT_C void COMASuplVer2SuplInitExtn::CloneL(COMASuplVer2SuplInitExtn* aCloneV2Extn)
    66     {    
    66     {    
    67     if(aCloneV2Extn)
    67     if(aCloneV2Extn)
    68         {
    68         {
    69         iOptionalMask = aCloneV2Extn->iOptionalMask  ;	
    69         iOptionalMask = aCloneV2Extn->iOptionalMask  ;	
    70         aCloneV2Extn->GetHistoricRep(iHistoricReporting);
    70         aCloneV2Extn->GetHistoricRep(iHistoricReporting);