(ezc): generate only requested frames
This commit is contained in:
@@ -43,9 +43,8 @@
|
||||
|
||||
namespace Winix
|
||||
{
|
||||
|
||||
|
||||
class User;
|
||||
class Request;
|
||||
|
||||
// Ezc::FunInfo<> will be renamed to Ezc::Env<> in the future
|
||||
typedef Ezc::FunInfo<HtmlTextStream> EzcEnv;
|
||||
@@ -66,7 +65,7 @@ HtmlTextStream::RawText<RawType> R(const RawType & par)
|
||||
}
|
||||
|
||||
|
||||
void InitGenerator(EzcGen & gen, Ezc::Models & ezc_models);
|
||||
void InitGenerator(EzcGen & gen, Request & request);
|
||||
|
||||
void HtmlEscapeFormTxt(HtmlTextStream & out, const std::wstring & in);
|
||||
|
||||
|
Reference in New Issue
Block a user