lbstest/lbstestproduct/lbstestutils/src/tlbsutils.cpp
branchRCL_3
changeset 55 c92d4f3c47c5
parent 54 0c2046328c85
equal deleted inserted replaced
54:0c2046328c85 55:c92d4f3c47c5
  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 EXPORT_C TBool T_LbsUtils::Compare_LogBase(const CLbsLogEvent& aLogEventSideA, const CLbsLogEvent& aLogEventSideB)
  1144 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())