mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 14:49:11 +02:00
* temporarly disabled GetInterface(iidstr: .... to keep fpc compiling
git-svn-id: trunk@12691 -
This commit is contained in:
parent
c61a0784cb
commit
7f2c77a407
@ -676,10 +676,10 @@
|
|||||||
Result := getcorbainterfacebyentry(self, getinterfaceentrybystr(iidstr), obj);
|
Result := getcorbainterfacebyentry(self, getinterfaceentrybystr(iidstr), obj);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TObject.getinterface(const iidstr : string;out obj) : boolean;
|
{function TObject.getinterface(const iidstr : string;out obj) : boolean;
|
||||||
begin
|
begin
|
||||||
Result := getinterfacebystr(iidstr,obj);
|
Result := getinterfacebystr(iidstr,obj);
|
||||||
end;
|
end;}
|
||||||
|
|
||||||
class function TObject.getinterfaceentry(const iid : tguid) : pinterfaceentry;
|
class function TObject.getinterfaceentry(const iid : tguid) : pinterfaceentry;
|
||||||
var
|
var
|
||||||
|
@ -209,7 +209,7 @@
|
|||||||
|
|
||||||
{ interface functions }
|
{ interface functions }
|
||||||
function GetInterface(const iid : tguid; out obj) : boolean;
|
function GetInterface(const iid : tguid; out obj) : boolean;
|
||||||
function GetInterface(const iidstr : string;out obj) : boolean;
|
//function GetInterface(const iidstr : string;out obj) : boolean;
|
||||||
function GetInterfaceByStr(const iidstr : string; out obj) : boolean;
|
function GetInterfaceByStr(const iidstr : string; out obj) : boolean;
|
||||||
class function GetInterfaceEntry(const iid : tguid) : pinterfaceentry;
|
class function GetInterfaceEntry(const iid : tguid) : pinterfaceentry;
|
||||||
class function GetInterfaceEntryByStr(const iidstr : string) : pinterfaceentry;
|
class function GetInterfaceEntryByStr(const iidstr : string) : pinterfaceentry;
|
||||||
|
Loading…
Reference in New Issue
Block a user