equal
deleted
inserted
replaced
89 // |
89 // |
90 TInt RPosLmLocalAccessSubsession::ReportEvent( |
90 TInt RPosLmLocalAccessSubsession::ReportEvent( |
91 TPosLmEventType aEventType, |
91 TPosLmEventType aEventType, |
92 TPosLmItemId aId) |
92 TPosLmItemId aId) |
93 { |
93 { |
|
94 //coverity[var_decl : FALSE] |
94 TPosLmEvent event; |
95 TPosLmEvent event; |
95 event.iEventType = aEventType; |
96 event.iEventType = aEventType; |
96 event.iLandmarkItemId = aId; |
97 event.iLandmarkItemId = aId; |
97 TPckgBuf<TPosLmEvent> eventPckg(event); |
98 TPckgBuf<TPosLmEvent> eventPckg(event); |
98 |
99 |