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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user