cvs commit: ponie/src/pmc perl5QQQ.pmc perl5cargo_cult.pmc

[email protected] (Nicholas Clark) 27 Apr 2005 11:03:08 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
cvsuser     05/04/27 04:03:07

  Modified:    src/pmc  perl5cargo_cult.pmc
  Added:       src/pmc  perl5QQQ.pmc
  Log:
  Proper PMC inheritance - currently still with the fake-it-up cargo-culting
  code
  
  Revision  Changes    Path
  1.47      +6 -4      ponie/src/pmc/perl5cargo_cult.pmc
  
  Index: perl5cargo_cult.pmc
  ===================================================================
  RCS file: /cvs/public/ponie/src/pmc/perl5cargo_cult.pmc,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- perl5cargo_cult.pmc	25 Apr 2005 11:00:53 -0000	1.46
  +++ perl5cargo_cult.pmc	27 Apr 2005 11:03:07 -0000	1.47
  @@ -1,9 +1,11 @@
  -/* Perl5QQQ.pmc -*- c -*-
  +/* Perl5cargo_cult.pmc -*- c -*-
    *  Copyright: 2001-2004 The Perl Foundation.  All Rights Reserved.
    *  CVS Info
    *     $Id$
    *  Overview:
  - *     These are the vtable functions for the Perl5QQQ base class
  + *     These are the vtable functions for the temporary Perl5cargo_cult base
  + *     class. Code in here will be moved out into more suitable locations as
  + *     it is refactored.
    *  Data Structure and Algorithms:
    *  History:
    *  Notes:
  @@ -443,7 +445,7 @@
       }
   }
   
  -pmclass Perl5QQQ dynpmc {
  +pmclass Perl5cargo_cult dynpmc {
   
       void init () {	
           PObj_active_destroy_SET(SELF);
  
  
  
  1.1                  ponie/src/pmc/perl5QQQ.pmc
  
  Index: perl5QQQ.pmc
  ===================================================================
  /* Perl5QQQ.pmc -*- c -*-
   *  Copyright: 2005 The Perl Foundation.  All Rights Reserved.
   *  CVS Info
   *     $Id: perl5QQQ.pmc,v 1.1 2005/04/27 11:03:07 nicholas Exp $
   *  Overview:
   *     These are the vtable functions for the Perl5QQQ class
   *  Data Structure and Algorithms:
   *  History:
   *  Notes:
   *  References:
   */
  
  pmclass Perl5QQQ extends Perl5cargo_cult dynpmc group Perl5_group {
  }