changed: PatternParser now uses Log from pikotools

git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@1153 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2018-11-23 18:33:17 +00:00
parent bf62d44346
commit 1e85922d4e
4 changed files with 43 additions and 24 deletions
+5
View File
@@ -42,6 +42,7 @@
#include "blocks.h"
#include "pattern.h"
#include "utf8/utf8.h"
#include "log/log.h"
namespace Ezc
@@ -88,6 +89,8 @@ public:
void SetProgramMode(bool program_mode);
void SetLogger(PT::Log * log);
private:
// the output object
@@ -135,6 +138,8 @@ private:
bool program_mode;
PT::Log * log;
void CreateMsg(std::wstring & out, const wchar_t * type, const wchar_t * arg = 0);
void ReadFile(const std::wstring & name, std::wstring & result);