diff -r 63532cdadd44 -r 0d6db0a14001 traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/src/te_tracecontrolcmds.cpp --- a/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/src/te_tracecontrolcmds.cpp Fri Jun 11 15:29:22 2010 +0300 +++ b/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/src/te_tracecontrolcmds.cpp Tue Jul 06 16:18:30 2010 +0300 @@ -93,7 +93,7 @@ //clear any configurations stored in the ULogger configuration file CClearConfig configIni; - configIni.Clear(aLogger); + configIni.ClearL(aLogger); //prepare arrays for storing the filter settings to configure ULogger (and push any heap objects on the cleanup stack) CArrayFixFlat *setPrimFilter = new (ELeave)CArrayFixFlat(256); @@ -139,7 +139,7 @@ if(aGroupIdFilterMatch==1) { //if the user specifies that ULogger should have classifiaction filter settings which match the test trace points, then fill the filter arrays with the test trace point identifiers accordingly - SetFilter(setPrimFilter); + SetFilterL(setPrimFilter); } else { @@ -190,7 +190,7 @@ /** This user-side method sets the filter for OSTv2 */ -void CUptULogger::SetFilter(CArrayFixFlat* aSetPrimFilter) +void CUptULogger::SetFilterL(CArrayFixFlat* aSetPrimFilter) { aSetPrimFilter->AppendL(KGroupId); }