locationmapnavfw/library/src/mnmapviewserviceclient.cpp
branchRCL_3
changeset 13 19bff11d6c18
parent 0 667063e416a2
equal deleted inserted replaced
12:f3bd2a0973b9 13:19bff11d6c18
    77         
    77         
    78     TPtrC8 idsDes( reinterpret_cast<const TUint8*>( ids ), sizeof( TPosLmItemId ) * lmCount );
    78     TPtrC8 idsDes( reinterpret_cast<const TUint8*>( ids ), sizeof( TPosLmItemId ) * lmCount );
    79     args.Set( EMnIpcMapLmIdsParamIndex, &idsDes );
    79     args.Set( EMnIpcMapLmIdsParamIndex, &idsDes );
    80 
    80 
    81     TInt err = SendReceive( EMnIpcAddLmIdsToShow, args );
    81     TInt err = SendReceive( EMnIpcAddLmIdsToShow, args );
    82     delete ids;
    82     delete[] ids;
    83     User::LeaveIfError( err );
    83     User::LeaveIfError( err );
    84     }
    84     }
    85 
    85 
    86 // ---------------------------------------------------------------------------
    86 // ---------------------------------------------------------------------------
    87 // ---------------------------------------------------------------------------
    87 // ---------------------------------------------------------------------------