equal
deleted
inserted
replaced
1139 |
1139 |
1140 |
1140 |
1141 /** |
1141 /** |
1142 * Method for comparing base class member variables in Logevent types |
1142 * Method for comparing base class member variables in Logevent types |
1143 */ |
1143 */ |
1144 TBool T_LbsUtils::Compare_LogBase(const CLbsLogEvent& aLogEventSideA, const CLbsLogEvent& aLogEventSideB) |
1144 EXPORT_C TBool T_LbsUtils::Compare_LogBase(const CLbsLogEvent& aLogEventSideA, const CLbsLogEvent& aLogEventSideB) |
1145 { |
1145 { |
1146 if(aLogEventSideA.Direction() != aLogEventSideB.Direction()) |
1146 if(aLogEventSideA.Direction() != aLogEventSideB.Direction()) |
1147 return EFalse; |
1147 return EFalse; |
1148 |
1148 |
1149 if(aLogEventSideA.EventType() != aLogEventSideB.EventType()) |
1149 if(aLogEventSideA.EventType() != aLogEventSideB.EventType()) |