added: to ticket plugin:

some messges:
// 
#define WINIX_PL_TICKET_PREPARE_TO_ADD_TICKET  4103

// a next ticket will be displayed
// in p1 you have a pointer to the Item struct
// this is call from tickets_tab ezc function
#define WINIX_PL_TICKET_TICKETS_TAB_IS_NEXT            4104

methods:
void ticket_meta_value(Info & i)
void tickets_tab_meta_value(Info & i)






git-svn-id: svn://ttmath.org/publicrep/winix/trunk@890 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-09-15 23:34:25 +00:00
parent 4ed535a3b7
commit 5cdf6eff36
8 changed files with 364 additions and 317 deletions

View File

@@ -25,6 +25,12 @@
#define WINIX_PL_THREAD_CAN_MAKE_REDIRECT 4005
// a new answer is going to add in a thread
// in p1 you have a pointer to the new Item struct
// cur->request->item is the 'main' thread file
#define WINIX_PL_THREAD_PREPARE_TO_REPLY_IN_THREAD 4006
#endif