/[classpath]/classpath/org/omg/DynamicAny/DynArray.java
ViewVC logotype

Diff of /classpath/org/omg/DynamicAny/DynArray.java

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

revision 1.1 by audriusa, Thu Jul 28 14:38:13 2005 UTC revision 1.2 by audriusa, Sun Jul 31 18:21:30 2005 UTC
# Line 1  Line 1 
1  /* DynArray.java --  /* DynArray.java --
2     Copyright (C) 2005 Free Software Foundation, Inc.     Copyright (C) 2005 Free Software Foundation, Inc.
   
3  This file is part of GNU Classpath.  This file is part of GNU Classpath.
4    
5  GNU Classpath is free software; you can redistribute it and/or modify  GNU Classpath is free software; you can redistribute it and/or modify
# Line 43  import java.io.Serializable; Line 42  import java.io.Serializable;
42  import org.omg.CORBA.portable.IDLEntity;  import org.omg.CORBA.portable.IDLEntity;
43    
44  /**  /**
45   * Represents a fixed size array. All components in the array have the same type.   * Represents a fixed size array. All components in the array have the same
46     * type.
47   *   *
48   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
49   */   */
50  public interface DynArray extends DynArrayOperations, DynAny, IDLEntity,  public interface DynArray
51      org.omg.CORBA.Object, Serializable    extends DynArrayOperations, DynAny, IDLEntity, org.omg.CORBA.Object,
52      Serializable
53  {  {
54  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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