diff -r 63532cdadd44 -r 0d6db0a14001 traceservices/tracefw/ost_trace_api/unit_test/te_ost/inc/uloggerconfig.h --- a/traceservices/tracefw/ost_trace_api/unit_test/te_ost/inc/uloggerconfig.h Fri Jun 11 15:29:22 2010 +0300 +++ b/traceservices/tracefw/ost_trace_api/unit_test/te_ost/inc/uloggerconfig.h Tue Jul 06 16:18:30 2010 +0300 @@ -34,8 +34,8 @@ public: ~CClearConfig(); CClearConfig(); - void Clear(RULogger& loggerSession); - void Default(RULogger& loggerSession); + void ClearL(RULogger& loggerSession); + void DefaultL(RULogger& loggerSession); //private: };