|
|
Author: jhorwitz
Date: Fri Oct 19 13:21:48 2007
New Revision: 261
Modified:
mod_parrot/trunk/lib/APR/Table.pir
mod_parrot/trunk/lib/Apache/RequestRec.pir
Log:
change "newpdd15class" to "newclass" after parrot's pdd15oo branch merge
Modified: mod_parrot/trunk/lib/APR/Table.pir
==============================================================================
--- mod_parrot/trunk/lib/APR/Table.pir (original)
+++ mod_parrot/trunk/lib/APR/Table.pir Fri Oct 19 13:21:48 2007
@@ -45,7 +45,7 @@
null nul
- newpdd15class table_class, [ 'APR'; 'Table' ]
+ newclass table_class, [ 'APR'; 'Table' ]
addattribute table_class, 'apr_table'
dlfunc func, nul, "apr_table_get", "tpt"
Modified: mod_parrot/trunk/lib/Apache/RequestRec.pir
==============================================================================
--- mod_parrot/trunk/lib/Apache/RequestRec.pir (original)
+++ mod_parrot/trunk/lib/Apache/RequestRec.pir Fri Oct 19 13:21:48 2007
@@ -48,7 +48,7 @@
null nul
- newpdd15class rr_class, [ 'Apache'; 'RequestRec' ]
+ newclass rr_class, [ 'Apache'; 'RequestRec' ]
addattribute rr_class, 'r'
addattribute rr_class, 'pmc_notes'
|
|