Index: src/libchcore/TLoggerInfo.cpp =================================================================== diff -u -N --- src/libchcore/TLoggerInfo.cpp (revision 6f8b891b60eb0f33199fd29db75d4d9f4a22c248) +++ src/libchcore/TLoggerInfo.cpp (revision 0) @@ -1,15 +0,0 @@ -#include "stdafx.h" -#include "TLoggerInfo.h" - -namespace chcore -{ - TLoggerInfo::TLoggerInfo(const TSmartPath& pathLog) : - m_strLogPath(pathLog) - { - } - - TSmartPath TLoggerInfo::GetLogPath() const - { - return m_strLogPath; - } -}