lbstest/lbstestproduct/lbstestutils/src/tlbsutils.cpp
branchRCL_3
changeset 54 0c2046328c85
parent 0 9cfd9a3ee49c
child 49 5f20f71a57a3
child 55 c92d4f3c47c5
equal deleted inserted replaced
52:29dbbeac905d 54:0c2046328c85
  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())