www.pudn.com > indyprelim.zip > IdYarn.pas


{
  $Project$
  $Workfile$
  $Revision$
  $DateUTC$
  $Id$

  This file is part of the Indy (Internet Direct) project, and is offered
  under the dual-licensing agreement described on the Indy website.
  (http://www.indyproject.org/)

  Copyright:
   (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserved.
}
{
  $Log$
}
{
  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
{$i IdCompilerDefines.inc}

type
  TIdYarn = class(TObject)
  protected
  public
  end;

implementation

{ TIdYarn }

end.