You've already forked lazarus-ccr
lazMapViewer: Remove dependence on synapse
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6308 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -24,20 +24,21 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils;
|
||||
Type
|
||||
|
||||
{ TCustomDownloadEngine }
|
||||
type
|
||||
|
||||
TCustomDownloadEngine = class(TComponent)
|
||||
{ TMvCustomDownloadEngine }
|
||||
|
||||
TMvCustomDownloadEngine = class(TComponent)
|
||||
public
|
||||
procedure DownloadFile(const Url: string; str: TStream); virtual;
|
||||
procedure DownloadFile(const Url: string; AStream: TStream); virtual;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
{ TCustomDownloadEngine }
|
||||
{ TMvCustomDownloadEngine }
|
||||
|
||||
procedure TCustomDownloadEngine.DownloadFile(const Url: string; str: TStream);
|
||||
procedure TMvCustomDownloadEngine.DownloadFile(const Url: string; AStream: TStream);
|
||||
begin
|
||||
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user