|
|
3.12a Javascript
//---------------------------------------------------------------------------
#ifndef ThreadUnitH
#define ThreadUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <SyncObjs.hpp>
//---------------------------------------------------------------------------
class TMyThread : public TThread
{
private:
protected:
void __fastcall Execute();
public:
TMemo* Log;
TList* List;
TCriticalSection* CriticalSection;
__fastcall TMyThread(bool CreateSuspended);
void __fastcall AddToLog(void);
};
//---------------------------------------------------------------------------
#endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.