git-svn-id: trunk@11579 -
@@ -676,7 +676,7 @@
Result := getcorbainterfacebyentry(self, getinterfaceentrybystr(iidstr), obj);
end;
- function TObject.getinterface(const iidstr : string;out obj) : boolean;{$ifdef SYSTEMINLINE}inline;{$endif}
+ function TObject.getinterface(const iidstr : string;out obj) : boolean;
begin
Result := getinterfacebystr(iidstr,obj);
@@ -209,7 +209,7 @@
{ interface functions }
function GetInterface(const iid : tguid; out obj) : boolean;
- function GetInterface(const iidstr : string;out obj) : boolean;{$ifdef SYSTEMINLINE}inline;{$endif}
+ function GetInterface(const iidstr : string;out obj) : boolean;
function GetInterfaceByStr(const iidstr : string; out obj) : boolean;
class function GetInterfaceEntry(const iid : tguid) : pinterfaceentry;
class function GetInterfaceEntryByStr(const iidstr : string) : pinterfaceentry;