Ignore:
Timestamp:
Aug 14, 2012, 10:31:30 AM (12 years ago)
Author:
chronos
Message:
  • Modified: PinConnection package now use for data parameters TListByte instead of TStream class contained in TemplateGenerics package. TStream have Position property which has no meaning for forwarding plain byte memory block. There is TBinarySerializer class used for serializing data instead of TStreamHelper class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PinConnection/PinConnection.lpk

    r340 r407  
    2222    <License Value="GNU/GPL"/>
    2323    <Version Minor="3"/>
    24     <Files Count="11">
     24    <Files Count="13">
    2525      <Item1>
    2626        <Filename Value="UCommFrame.pas"/>
     
    6565      <Item11>
    6666        <Filename Value="UCommTCPServer.pas"/>
    67         <UnitName Value="UCommSocket"/>
     67        <UnitName Value="UCommTCPServer"/>
    6868      </Item11>
     69      <Item12>
     70        <Filename Value="UCommTelnet.pas"/>
     71        <UnitName Value="UCommTelnet"/>
     72      </Item12>
     73      <Item13>
     74        <Filename Value="UCommTelnetComPortOption.pas"/>
     75        <UnitName Value="UCommTelnetComPortOption"/>
     76      </Item13>
    6977    </Files>
    7078    <i18n>
Note: See TracChangeset for help on using the changeset viewer.