/[classpath]/classpath/gnu/CORBA/typecodes/GeneralTypeCode.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/typecodes/GeneralTypeCode.java

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

revision 1.1 by audriusa, Fri Oct 28 09:47:10 2005 UTC revision 1.2 by audriusa, Fri Oct 28 13:01:52 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.CORBA.typecodes;  package gnu.CORBA.typecodes;
40    
41  import gnu.CORBA.CDR.cdrBufOutput;  import gnu.CORBA.CDR.BufferedCdrOutput;
42    
43  import java.util.Arrays;  import java.util.Arrays;
44  import java.util.BitSet;  import java.util.BitSet;
# Line 185  public class GeneralTypeCode Line 185  public class GeneralTypeCode
185      if (kind() != other.kind())      if (kind() != other.kind())
186        return false;        return false;
187    
188      cdrBufOutput a = new cdrBufOutput(16);      BufferedCdrOutput a = new BufferedCdrOutput(16);
189      cdrBufOutput b = new cdrBufOutput(16);      BufferedCdrOutput b = new BufferedCdrOutput(16);
190    
191      a.write_TypeCode(this);      a.write_TypeCode(this);
192      b.write_TypeCode(other);      b.write_TypeCode(other);

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