Author: coke Date: Mon Aug 4 20:52:39 2008 New Revision: 30019 Modified: trunk/docs/pdds/pdd17_pmc.pod
Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod trunk/src/vtable.tbl Log: [DEPRECATED] remove the integer versions of get_attr & set_attr. Resolves RT #48583 and RT #48585. Modified: trunk/docs/pdds/pdd17_pmc.pod ============================================================================== --- trunk/docs/pdds/pdd17_pmc.pod (original) +++ trunk/docs/pdds/pdd17_pmc.pod Mon Aug 4 20:52:39 2008 @@ -1505,16 +1505,12 @@ =item get_attr - PMC* get_attr(INTERP, PMC* self, INTVAL idx) [deprecated: see RT #48583] PMC* get_attr_str(INTERP, PMC* self, STRING* idx) Retrieve an attribute value from the PMC (instance object). =item set_attr - void set_attr(INTERP, PMC* self, INTVAL idx, PMC* value) - [deprecated: See RT #48585] - void set_attr_str(INTERP, PMC* self, STRING* idx, PMC* value) Store an attribute value in the PMC (instance object).