первый
This commit is contained in:
20
devices/Printers/CitizenPPU700/CitizenPPU700Thread.cpp
Normal file
20
devices/Printers/CitizenPPU700/CitizenPPU700Thread.cpp
Normal file
@ -0,0 +1,20 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#include "CitizenPPU700Thread.h"
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#pragma package(smart_init)
|
||||
|
||||
__fastcall CCitizenPPU700Thread::CCitizenPPU700Thread() : TDeviceThread(true, false)
|
||||
{
|
||||
PollingMode = false;
|
||||
DataLength = 1;
|
||||
}
|
||||
|
||||
__fastcall CCitizenPPU700Thread::~CCitizenPPU700Thread()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user