Initial import
This commit is contained in:
parent
6c3f5d8d37
commit
dfed4a967a
|
@ -0,0 +1,16 @@
|
||||||
|
Unit m_Protocol_XModem;
|
||||||
|
|
||||||
|
{$I M_OPS.PAS}
|
||||||
|
|
||||||
|
Interface
|
||||||
|
|
||||||
|
Uses
|
||||||
|
m_Protocol_Base;
|
||||||
|
|
||||||
|
Type
|
||||||
|
TProtocolXmodem = Class(TProtocolBase)
|
||||||
|
End;
|
||||||
|
|
||||||
|
Implementation
|
||||||
|
|
||||||
|
End.
|
Loading…
Reference in New Issue