updated to the new Ezc API
[ezc stream] has gone, now we have [ezc out] and [out] the output streams have names now: it's a std::map, before we have a std::vector and the streams are serialized to "out" space in json Request::out_streams[] are split into Request::out_main_stream and Request::out_streams class git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1017 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -214,6 +214,16 @@ namespace TemplatesFunctions
|
||||
/*
|
||||
env
|
||||
*/
|
||||
void env_str(Info & i);
|
||||
void env(Info & i);
|
||||
void env_tab(Info & i);
|
||||
void env_tab_value(Info & i);
|
||||
void env_tab_has_next(Info & i);
|
||||
void env_admin_str(Info & i);
|
||||
void env_admin(Info & i);
|
||||
void env_admin_tab(Info & i);
|
||||
void env_admin_tab_value(Info & i);
|
||||
void env_admin_tab_has_next(Info & i);
|
||||
void env_user_admin_env_str(Info & i);
|
||||
void env_user_env_str(Info & i);
|
||||
void env_user_id(Info & i);
|
||||
|
Reference in New Issue
Block a user