perl.cvs.mod_parrot
[Top] [All Lists]

[svn:mod_parrot] r261 - in mod_parrot/trunk/lib: APR Apache

Subject: [svn:mod_parrot] r261 - in mod_parrot/trunk/lib: APR Apache
From:
Date: Fri, 19 Oct 2007 13:21:49 -0700 PDT
Newsgroups: perl.cvs.mod_parrot

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'
 

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:mod_parrot] r261 - in mod_parrot/trunk/lib: APR Apache, jhorwitz <=