added: new winix function: mount
displaying all mount points
changed: struct Cur has now 'mount' pointer
we should not use system->mounts.pmount now
(it will be removed in the future)
changed: all mount point parameters are now propagated to childs mount points
(if not defined there)
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@745 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -297,6 +297,15 @@ void Templates::CreateFunctions()
|
||||
ezc_functions.Insert("mount_page_arg_is", mount_page_arg_is);
|
||||
ezc_functions.Insert("mount_has_html_template", mount_has_html_template);
|
||||
ezc_functions.Insert("mount_first_html_template", mount_first_html_template);
|
||||
ezc_functions.Insert("mount_cur_type", mount_cur_type);
|
||||
ezc_functions.Insert("mount_cur_dir", mount_cur_dir);
|
||||
ezc_functions.Insert("mount_cur_fs", mount_cur_fs);
|
||||
ezc_functions.Insert("mount_cur_parlist", mount_cur_parlist);
|
||||
ezc_functions.Insert("mount_tab", mount_tab);
|
||||
ezc_functions.Insert("mount_tab_type", mount_tab_type);
|
||||
ezc_functions.Insert("mount_tab_dir", mount_tab_dir);
|
||||
ezc_functions.Insert("mount_tab_fs", mount_tab_fs);
|
||||
ezc_functions.Insert("mount_tab_parlist", mount_tab_parlist);
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user