первый
This commit is contained in:
20
devices/Printers/CitizenPPU700/CitizenPPU700Thread.h
Normal file
20
devices/Printers/CitizenPPU700/CitizenPPU700Thread.h
Normal file
@ -0,0 +1,20 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef CCitizenPPU700ThreadH
|
||||
#define CCitizenPPU700ThreadH
|
||||
//---------------------------------------------------------------------------
|
||||
#include "DeviceThread.h"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
UNKNOWN = 0xFF,
|
||||
} CitizenPPU700State;
|
||||
|
||||
class CCitizenPPU700Thread : public TDeviceThread
|
||||
{
|
||||
protected:
|
||||
public:
|
||||
__fastcall CCitizenPPU700Thread();
|
||||
__fastcall ~CCitizenPPU700Thread();
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user