jicarilla-sandbox/platform/container/tck/impl/src/java/org/jicarilla/container/tck/components/type3/rich BartImpl.java,1.2,1.3 MaggieImpl.java,1.2,1.3

[email protected]
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/container/tck/impl/src/java/org/jicarilla/container/tck/components/type3/rich
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29504/platform/container/tck/impl/src/java/org/jicarilla/container/tck/components/type3/rich

Modified Files:
	BartImpl.java MaggieImpl.java 
Log Message:
more components

Index: BartImpl.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/container/tck/impl/src/java/org/jicarilla/container/tck/components/type3/rich/BartImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BartImpl.java	14 Jan 2004 20:58:50 -0000	1.2
+++ BartImpl.java	29 Feb 2004 16:11:45 -0000	1.3
@@ -43,6 +43,10 @@
         this( null, null );
     }
 
+    public BartImpl( Homer homer )
+    {
+        this( homer, null );
+    }
     public BartImpl( Homer homer, Marge marge )
     {
         setHomer( homer );

Index: MaggieImpl.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/container/tck/impl/src/java/org/jicarilla/container/tck/components/type3/rich/MaggieImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- MaggieImpl.java	14 Jan 2004 20:58:50 -0000	1.2
+++ MaggieImpl.java	29 Feb 2004 16:11:45 -0000	1.3
@@ -26,8 +26,10 @@
 package org.jicarilla.container.tck.components.type3.rich;
 
 import org.jicarilla.container.tck.components.AbstractMaggie;
+import org.jicarilla.container.tck.components.interfaces.Apu;
 import org.jicarilla.container.tck.components.interfaces.Homer;
 import org.jicarilla.container.tck.components.interfaces.Marge;
+import org.jicarilla.framework.Assert;
 
 /**
  *
@@ -48,4 +50,11 @@
         setHomer( homer );
         setMarge( marge );
     }
+
+    public MaggieImpl( Homer homer, Marge marge, Apu unusedApu )
+    {
+        setHomer( homer );
+        setMarge( marge );
+        Assert.assertNotNull( "unusedApu argument may not be null", unusedApu );
+    }
 }



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
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.