updated: to the new EZC api (ezc functions can be methods of some special objects)

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1012 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2015-06-14 18:24:08 +00:00
parent d8451ceaa0
commit f54df8d600
20 changed files with 948 additions and 836 deletions

View File

@@ -79,6 +79,10 @@ public:
void SetEzcBlocks(Ezc::Blocks * blocks);
// dodaj komentarz !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
void SetEzcObjects(Ezc::Objects<HtmlTextStream> * obj);
/*
commentary prefix/postfix used in pattern_parser
(when there is an error)
@@ -159,6 +163,11 @@ private:
// can be null
Ezc::Blocks * ezc_blocks;
// can be null
Ezc::Objects<HtmlTextStream> * ezc_obj;
struct Template
{
bool to_delete;