added models Thread and ThreadFiles in thread plugin

This commit is contained in:
2021-05-21 23:06:48 +02:00
parent 86ef2529b1
commit b2cffa39e1
12 changed files with 478 additions and 162 deletions

View File

@@ -38,6 +38,8 @@
#include "functions/functionbase.h"
#include "tdb.h"
#include "threadinfo.h"
#include "threadfiles.h"
namespace Winix
{
@@ -63,6 +65,7 @@ private:
TDb * tdb;
ThreadInfo * thread_info;
std::vector<ThreadFiles> answers;
std::vector<long> id_tab;
};