первый
This commit is contained in:
23
devices/Validators/ValidatorThread.~h
Normal file
23
devices/Validators/ValidatorThread.~h
Normal file
@ -0,0 +1,23 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef ValidatorThreadH
|
||||
#define ValidatorThreadH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class ValidatorThread : public TThread
|
||||
{
|
||||
private:
|
||||
protected:
|
||||
bool bStop;
|
||||
int state;
|
||||
void __fastcall Execute();
|
||||
public:
|
||||
int pay;
|
||||
__fastcall ValidatorThread(bool CreateSuspended);
|
||||
void Stop();
|
||||
void __fastcall UpdateCaption();
|
||||
void __fastcall UpdateState();
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
||||
Reference in New Issue
Block a user