mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
IdeIntf: Add an initial TOPMInterface in PackageLinksIntf.
git-svn-id: trunk@56435 -
This commit is contained in:
parent
e9e34f5965
commit
473d851d87
@ -99,8 +99,16 @@ type
|
||||
procedure RemoveUserLinks(APackageID: TLazPackageID); virtual; abstract;
|
||||
end;
|
||||
|
||||
{ TOPMInterface }
|
||||
|
||||
TOPMInterface = class
|
||||
public
|
||||
function InstallPackage(APkgLink: TPackageLink): Boolean; virtual; abstract;
|
||||
end;
|
||||
|
||||
var
|
||||
PkgLinks: TPackageLinks;
|
||||
OPMInterface: TOPMInterface;
|
||||
|
||||
function IsUrl(const AText: string): Boolean;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user