diff -r 26645d81f48d -r cc28652e0254 traceservices/tracefw/ost_trace_api/unit_test/te_ost/inc/te_check_record_content_step.h --- a/traceservices/tracefw/ost_trace_api/unit_test/te_ost/inc/te_check_record_content_step.h Tue Aug 31 16:57:14 2010 +0300 +++ b/traceservices/tracefw/ost_trace_api/unit_test/te_ost/inc/te_check_record_content_step.h Wed Sep 01 12:39:58 2010 +0100 @@ -22,7 +22,7 @@ #ifndef TE_CHECK_RECORD_CONTENT_STEP_H_ #define TE_CHECK_RECORD_CONTENT_STEP_H_ -#include +#include #include "te_suite_step_base.h" #include "te_parser.h" @@ -37,7 +37,7 @@ // virtual TVerdict doTestStepPostambleL(); private: TInt CompareTraces(); - TInt WriteTracesL(); + TInt WriteTraces(); TInt ReadTraces(); TTraceConfigs* CreateTrace(TTraceApiUsed aApi); TTraceParser iParser;