/[classpath]/classpath/gnu/CORBA/gnuNVList.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/gnuNVList.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.3 by gnu_andrew, Tue Aug 2 20:12:08 2005 UTC revision 1.1.2.4 by gnu_andrew, Wed Nov 2 00:43:23 2005 UTC
# Line 53  public class gnuNVList Line 53  public class gnuNVList
53    /**    /**
54     * The list of the named values.     * The list of the named values.
55     */     */
56    protected corbaArrayList list;    protected CorbaList list;
57    
58    /**    /**
59     * Creates the list with the default initial size.     * Creates the list with the default initial size.
60     */     */
61    public gnuNVList()    public gnuNVList()
62    {    {
63      list = new corbaArrayList();      list = new CorbaList();
64    }    }
65    
66    /**    /**
# Line 68  public class gnuNVList Line 68  public class gnuNVList
68     */     */
69    public gnuNVList(int initial_size)    public gnuNVList(int initial_size)
70    {    {
71      list = new corbaArrayList(initial_size);      list = new CorbaList(initial_size);
72    }    }
73    
74    /** {@inheritDoc} */    /** {@inheritDoc} */

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26