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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user