some workarounds in Thread plugin (don't show stale info in html forms)

This commit is contained in:
2021-05-27 10:29:26 +02:00
parent fb64f5e456
commit aa71abd725
4 changed files with 47 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
*/
/*
* Copyright (c) 2010-2014, Tomasz Sowa
* Copyright (c) 2010-2021, Tomasz Sowa
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -54,6 +54,7 @@ public:
CreateThread();
bool HasAccess();
void MakePost();
void MakeGet();
void SetTDb(TDb * ptdb);
void SetThreadInfo(ThreadInfo * pthread_info);
@@ -64,6 +65,7 @@ private:
ThreadInfo * thread_info;
Thread thread;
NotifyMsg notify_msg;
Item empty_item;
void SendNotify(const Item & item);
};