Added ppo_implements, odt_interfacecom_property, and odt_interfacecom_function to support _IMPLEMENTS

git-svn-id: trunk@4142 -
This commit is contained in:
chrivers 2006-07-10 23:42:05 +00:00
parent 5e65c94bfb
commit 87826f69d5

View File

@ -275,6 +275,8 @@ type
odt_class, odt_class,
odt_object, odt_object,
odt_interfacecom, odt_interfacecom,
odt_interfacecom_property,
odt_interfacecom_function,
odt_interfacecorba, odt_interfacecorba,
odt_cppclass, odt_cppclass,
odt_dispinterface odt_dispinterface
@ -314,7 +316,8 @@ type
ppo_defaultproperty, ppo_defaultproperty,
ppo_stored, ppo_stored,
ppo_hasparameters, ppo_hasparameters,
ppo_is_override ppo_is_override,
ppo_implements
); );
tpropertyoptions=set of tpropertyoption; tpropertyoptions=set of tpropertyoption;