Index: src/libchcore/TStringException.cpp =================================================================== diff -u -N --- src/libchcore/TStringException.cpp (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) +++ src/libchcore/TStringException.cpp (revision 0) @@ -1,10 +0,0 @@ -#include "stdafx.h" -#include "TStringException.h" - -namespace chcore -{ - TStringException::TStringException(EGeneralErrors eErrorCode, const wchar_t* pszMsg, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction) : - TBaseException(eErrorCode, pszMsg, pszFile, stLineNumber, pszFunction) - { - } -}