File:  [Synchronet] / sbbs / xpdev / clx / threadcreate / threadunit.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:41:22 2018 UTC (8 years, 3 months ago) by root
Branches: digitaldynamics, MAIN
CVS tags: v3_12a, HEAD
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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.