'tickets' can use 'threads' now
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@706 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
#define headerfile_winix_plugins_thread_createthread
|
||||
|
||||
#include "functions/functionbase.h"
|
||||
|
||||
#include "tdb.h"
|
||||
#include "threadinfo.h"
|
||||
|
||||
|
||||
namespace Thread
|
||||
@@ -23,18 +24,18 @@ class CreateThread : public FunctionBase
|
||||
public:
|
||||
|
||||
CreateThread();
|
||||
bool HasAccess(bool check_root);
|
||||
bool HasAccess();
|
||||
void MakePost();
|
||||
|
||||
void SetTDb(TDb * ptdb);
|
||||
void SetThreadInfo(ThreadInfo * pthread_info);
|
||||
|
||||
private:
|
||||
|
||||
TDb * tdb;
|
||||
ThreadInfo * thread_info;
|
||||
Thread thread;
|
||||
|
||||
bool FunCreateThreadCheckAbuse();
|
||||
void ReadThread();
|
||||
void AddThread();
|
||||
void PostFunCreateThreadLogAndRedirect();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user