diff -r 26645d81f48d -r cc28652e0254 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 Tue Aug 31 16:57:14 2010 +0300 +++ b/traceservices/tracefw/ost_trace_api/unit_test/te_ost/inc/uloggerconfig.h Wed Sep 01 12:39:58 2010 +0100 @@ -34,8 +34,8 @@ public: ~CClearConfig(); CClearConfig(); - void ClearL(RULogger& loggerSession); - void DefaultL(RULogger& loggerSession); + void Clear(RULogger& loggerSession); + void Default(RULogger& loggerSession); //private: };