updated to new version of Ezc
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@602 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -20,7 +20,7 @@ namespace TemplatesFunctions
|
||||
|
||||
void thread_is(Info & i)
|
||||
{
|
||||
i.result = request.is_thread;
|
||||
i.res = request.is_thread;
|
||||
}
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ void thread_tab(Info & i)
|
||||
{
|
||||
thread_tab_index = i.iter;
|
||||
|
||||
i.result = thread_tab_index < request.thread_tab.size();
|
||||
i.res = thread_tab_index < request.thread_tab.size();
|
||||
}
|
||||
|
||||
|
||||
@@ -170,7 +170,7 @@ void thread_tab_last_item_user(Info & i)
|
||||
|
||||
void thread_can_create(Info & i)
|
||||
{
|
||||
i.result = request.CanCreateThread(true);
|
||||
i.res = request.CanCreateThread(true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user