lbstest/lbstestproduct/lbstestutils/src/tlbsutils.cpp
branchRCL_3
changeset 55 c92d4f3c47c5
parent 54 0c2046328c85
--- a/lbstest/lbstestproduct/lbstestutils/src/tlbsutils.cpp	Tue Aug 31 16:38:06 2010 +0300
+++ b/lbstest/lbstestproduct/lbstestutils/src/tlbsutils.cpp	Wed Sep 01 12:35:25 2010 +0100
@@ -1141,7 +1141,7 @@
 /**
  * Method for comparing base class member variables in Logevent types
  */
-EXPORT_C TBool T_LbsUtils::Compare_LogBase(const CLbsLogEvent& aLogEventSideA, const CLbsLogEvent& aLogEventSideB)
+TBool T_LbsUtils::Compare_LogBase(const CLbsLogEvent& aLogEventSideA, const CLbsLogEvent& aLogEventSideB)
 {
 	if(aLogEventSideA.Direction() != aLogEventSideB.Direction())
 		return EFalse;