|
@@ -7431,7 +7431,7 @@ implementation
|
|
|
if objecttype in [odt_interfacecorba,odt_interfacecom,odt_dispinterface] then
|
|
|
prepareguid;
|
|
|
{ setup implemented interfaces }
|
|
|
- if objecttype in [odt_class,odt_objcclass,odt_objcprotocol,odt_javaclass,odt_interfacejava] then
|
|
|
+ if objecttype in [odt_class,odt_objcclass,odt_objcprotocol,odt_objccategory,odt_javaclass,odt_interfacejava] then
|
|
|
ImplementedInterfaces:=TFPObjectList.Create(true)
|
|
|
else
|
|
|
ImplementedInterfaces:=nil;
|
|
@@ -7489,7 +7489,7 @@ implementation
|
|
|
end;
|
|
|
|
|
|
{ load implemented interfaces }
|
|
|
- if objecttype in [odt_class,odt_objcclass,odt_objcprotocol,odt_javaclass,odt_interfacejava] then
|
|
|
+ if objecttype in [odt_class,odt_objcclass,odt_objcprotocol,odt_objccategory,odt_javaclass,odt_interfacejava] then
|
|
|
begin
|
|
|
ImplementedInterfaces:=TFPObjectList.Create(true);
|
|
|
implintfcount:=ppufile.getlongint;
|