File:  [Synchronet] / sbbs / xpdev / clx / testthreadunit.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 TestThreadUnitH
#define TestThreadUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <SyncObjs.hpp>	/* TEvent/TSimpleEvent */

#if !defined(INFINITE)  /* Missing in Kylix FT1 */
#define INFINITE -1
#endif

//---------------------------------------------------------------------------
class TTestThread : public TThread
{            
private:
protected:
	void __fastcall Execute();
public:
	TSimpleEvent*	 ChildEvent;
    TSimpleEvent*	 ParentEvent;
	__fastcall TTestThread(bool CreateSuspended);
};
//---------------------------------------------------------------------------
#endif

unix.superglobalmegacorp.com

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