equal
deleted
inserted
replaced
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 // --------------------------------------------------------------------------- |