added: winix function: rmuser
changed: UGContainer<> now uses std::list as a storage (previously it was using std::vector with pointers) removed: now we don't have the operator[] for UGContainer<> git-svn-id: svn://ttmath.org/publicrep/winix/trunk@816 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -390,9 +390,6 @@ namespace TemplatesFunctions
|
||||
void sys_plugin_tab(Info & i);
|
||||
void sys_plugin_tab_has_name(Info & i);
|
||||
void sys_plugin_tab_name(Info & i);
|
||||
void sys_user_tab(Info & i);
|
||||
void sys_user_tab_is_current(Info & i);
|
||||
void sys_user_tab_name(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
@@ -412,6 +409,7 @@ namespace TemplatesFunctions
|
||||
/*
|
||||
user
|
||||
*/
|
||||
void user_id(Info & i);
|
||||
void user_name(Info & i);
|
||||
void user_logged(Info & i);
|
||||
void user_super_user(Info & i);
|
||||
|
Reference in New Issue
Block a user