www.pudn.com > indy10.0.52_source.rar > IdYarn.pas


{ $HDR$} 
{**********************************************************************} 
{ Unit archived using Team Coherence                                   } 
{ Team Coherence is Copyright 2002 by Quality Software Components      } 
{                                                                      } 
{ For further information / comments, visit our WEB site at            } 
{ http://www.TeamCoherence.com                                         } 
{**********************************************************************} 
{} 
{ $Log:  23621: IdYarn.pas  
{ 
{   Rev 1.2    2003.10.21 12:19:04 AM  czhower 
{ TIdTask support and fiber bug fixes. 
} 
{ 
{   Rev 1.1    2003.10.11 5:52:24 PM  czhower 
{ -VCL fixes for servers 
{ -Chain suport for servers (Super core) 
{ -Scheduler upgrades 
{ -Full yarn support 
} 
{ 
{   Rev 1.0    2003.09.18 4:08:54 PM  czhower 
{ Initial checkin 
} 
unit IdYarn; 
 
interface 
 
type 
  TIdYarn = class(TObject) 
  protected 
  public 
  end; 
 
implementation 
 
{ TIdYarn } 
 
end.