Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.0.0 / tests / webtbf / tw4764.pp
Size: Mime:
{ %fail }

{ Source provided for Free Pascal Bug Report 4764 }
{ Submitted by "Ales Katona" on  2006-02-03 }
{ e-mail: almindor@gmail.com }
unit example;

{$mode objfpc}{$H+}

interface

type
  TLBaseSocket = class(TLHandle)
  end;

implementation

end.