lbstest/lbstestproduct/lbstestutils/src/tlbsutils.cpp
changeset 23 2965a06983dc
parent 0 9cfd9a3ee49c
child 49 5f20f71a57a3
child 55 c92d4f3c47c5
equal deleted inserted replaced
19:bdd4df282e3e 23:2965a06983dc
  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())