changed: mount points

mount type and mount fs are of type 'int' now
they can be added by plugins


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@652 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-09-12 23:33:27 +00:00
parent f48f08a98b
commit 23aedd68b0
36 changed files with 979 additions and 730 deletions

View File

@@ -25,7 +25,7 @@ struct NotifyMsg
{
std::string email;
int notify_code;
Mount::Type current_mount_type;
int current_mount_type;
Locale::Lang lang;
std::string doc_base_url;
std::string item_dir;
@@ -35,6 +35,11 @@ struct NotifyMsg
namespace TemplatesNotifyFunctions
{
extern int mount_type_cms;
extern int mount_type_thread;
extern int mount_type_ticket;
using Ezc::Info;
enum Pat {
@@ -74,6 +79,7 @@ public:
TemplatesNotify();
void SetConfig(Config * pconfig);
void SetMountTypes(int mcms, int mthread, int mticket);
void Read();
void CreateFunctions();