cvs commit: spice/sandbox/metaclass/src/java/org/realityforge/metaclass/io MetaClassIOBinary.java

Peter Donald <[email protected]>
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
donaldp     03/10/28 05:26:54

  Modified:    sandbox/metaclass/src/java/org/realityforge/metaclass/io
                        MetaClassIOBinary.java
  Log:
  Push declared attributes through ClassDescriptor constructor
  
  Revision  Changes    Path
  1.16      +4 -2      spice/sandbox/metaclass/src/java/org/realityforge/metaclass/io/MetaClassIOBinary.java
  
  Index: MetaClassIOBinary.java
  ===================================================================
  RCS file: /cvsroot/spice/spice/sandbox/metaclass/src/java/org/realityforge/metaclass/io/MetaClassIOBinary.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- MetaClassIOBinary.java	22 Oct 2003 09:19:41 -0000	1.15
  +++ MetaClassIOBinary.java	28 Oct 2003 13:26:54 -0000	1.16
  @@ -26,7 +26,7 @@
    *
    * @author <a href="mailto:peter at realityforge.org">Peter Donald</a>
    * @author <a href="mailto:doug at [email protected]">Doug Hagan</a>
  - * @version $Revision: 1.15 $ $Date: 2003/10/22 09:19:41 $
  + * @version $Revision: 1.16 $ $Date: 2003/10/28 13:26:54 $
    */
   public class MetaClassIOBinary
       implements MetaClassIO
  @@ -56,7 +56,9 @@
   
           return
               new ClassDescriptor( classname,
  -                                 classAttributes, fields,
  +                                 classAttributes,
  +                                 classAttributes,
  +                                 fields,
                                    methods );
       }
   
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.