diff -r 26645d81f48d -r cc28652e0254 traceservices/tracefw/ost_trace_api/unit_test/te_ost/src/uloggerconfig.cpp --- a/traceservices/tracefw/ost_trace_api/unit_test/te_ost/src/uloggerconfig.cpp Tue Aug 31 16:57:14 2010 +0300 +++ b/traceservices/tracefw/ost_trace_api/unit_test/te_ost/src/uloggerconfig.cpp Wed Sep 01 12:39:58 2010 +0100 @@ -26,7 +26,7 @@ /*Constructor*/ } -void CClearConfig::ClearL(RULogger& aLoggerSession) +void CClearConfig::Clear(RULogger& aLoggerSession) { aLoggerSession.Stop(); aLoggerSession.DeActivateInputPlugin(); @@ -58,9 +58,9 @@ } //NB: currently this method does not set the default values for serial and usb! hanging the server -void CClearConfig::DefaultL(RULogger& aLoggerSession) +void CClearConfig::Default(RULogger& aLoggerSession) { - ClearL(aLoggerSession); + Clear(aLoggerSession); //Now set default configurations shipped with ulogger CArrayFixFlat* array = new(ELeave) CArrayFixFlat(4);