added: winix uses now [filter] statement from ezc
added: notifications to threads (were temporarily disabled) changed: templates in notifications git-svn-id: svn://ttmath.org/publicrep/winix/trunk@712 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
#include "ticket.h"
|
||||
#include "ticketinfo.h"
|
||||
#include "functions/functionbase.h"
|
||||
#include "notify/notify.h"
|
||||
|
||||
|
||||
|
||||
namespace Ticket
|
||||
@@ -34,16 +36,17 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
TDb * tdb;
|
||||
TicketInfo * ticket_info;
|
||||
std::wstring old_url;
|
||||
NotifyMsg notify_msg;
|
||||
|
||||
void RemoveTmpTicket();
|
||||
Ticket & PrepareTicket();
|
||||
std::vector<long> & PrepareFileMap();
|
||||
std::wstring old_url;
|
||||
|
||||
void ChangeTicket(Ticket & ticket, Item & item);
|
||||
void Submit(Ticket & ticket, Item & item);
|
||||
|
||||
TDb * tdb;
|
||||
TicketInfo * ticket_info;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user