diff --git a/winixd/core/request.h b/winixd/core/request.h index debb871..97f5536 100644 --- a/winixd/core/request.h +++ b/winixd/core/request.h @@ -338,9 +338,9 @@ public: HtmlTextStream out_main_stream; // text output streams used in ajax requests (send in JSON format to the client) - // in ezc templates you can use [ezc out "stream_name"] keyword + // in ezc templates you can use [ezc frame "stream_name"] or just [frame "stream_name"] keyword // to switch between streams - Ezc::OutStreams out_streams; + Ezc::OutStreams out_streams; // if true the JSON object is generated only from info (out_streams are not used) // default: false diff --git a/winixd/notify/notifythread.h b/winixd/notify/notifythread.h index f33939c..dd64438 100644 --- a/winixd/notify/notifythread.h +++ b/winixd/notify/notifythread.h @@ -79,7 +79,7 @@ private: bool patterns_changed; Patterns patterns; TemplatesNotifyFunctions::NotifyStream notify_stream; - Ezc::Generator generator; + Ezc::Generator generator; virtual bool Init(); virtual bool SignalReceived(); diff --git a/winixd/templates/misc.h b/winixd/templates/misc.h index 60d213a..8755573 100644 --- a/winixd/templates/misc.h +++ b/winixd/templates/misc.h @@ -56,7 +56,7 @@ namespace TemplatesFunctions typedef Ezc::Functions EzcFun; -typedef Ezc::Generator EzcGen; +typedef Ezc::Generator EzcGen; typedef Ezc::FunInfo Info; // deprecated template