~ubuntu-branches/ubuntu/precise/classpath/precise

« back to all changes in this revision

Viewing changes to org/omg/IOP/IORHolder.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2006-05-27 16:11:15 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060527161115-h6e39eposdt5snb6
Tags: 2:0.91-3
* Install header files to /usr/include/classpath.
* debian/control: classpath: Conflict with jamvm < 1.4.3 and
  cacao < 0.96 (Closes: #368172).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* IORHolder.java --
2
 
   Copyright (C) 2005 Free Software Foundation, Inc.
 
2
   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
3
3
 
4
4
This file is part of GNU Classpath.
5
5
 
47
47
*
48
48
* @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
49
49
*/
50
 
public class IORHolder
 
50
public final class IORHolder
51
51
  implements Streamable
52
52
{
53
53
  /**
74
74
  }
75
75
 
76
76
  /**
77
 
   * Fill in the {@link value} by data from the CDR stream.
 
77
   * Fill in the {@link #value} by data from the CDR stream.
78
78
   *
79
79
   * @param input the org.omg.CORBA.portable stream to read.
80
80
   */