/[classpath]/classpath/org/omg/CORBA/ServiceDetailHelper.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/ServiceDetailHelper.java

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

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:46 2005 UTC revision 1.1.2.3 by gnu_andrew, Sat Sep 10 15:32:04 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.CORBA;  package org.omg.CORBA;
40    
41    import gnu.CORBA.ServiceDetailHolder;
42    
43  import org.omg.CORBA.portable.InputStream;  import org.omg.CORBA.portable.InputStream;
44  import org.omg.CORBA.portable.OutputStream;  import org.omg.CORBA.portable.OutputStream;
 import gnu.CORBA.*;  
45    
46  /**  /**
47   * The helper operations on the Service Detail.   * The helper operations on the Service Detail.
# Line 140  public abstract class ServiceDetailHelpe Line 141  public abstract class ServiceDetailHelpe
141    
142          TypeCode type =          TypeCode type =
143            orb.create_alias_tc(_id, "ServiceDetailType",            orb.create_alias_tc(_id, "ServiceDetailType",
144                                orb.get_primitive_tc(TCKind.tk_ulong)              orb.get_primitive_tc(TCKind.tk_ulong)
145                               );            );
146          members [ 0 ] = new StructMember("service_detail_type", type, null);          members [ 0 ] = new StructMember("service_detail_type", type, null);
147    
148          TypeCode data =          TypeCode data =
# Line 166  public abstract class ServiceDetailHelpe Line 167  public abstract class ServiceDetailHelpe
167      ostream.write_ulong(value.service_detail_type);      ostream.write_ulong(value.service_detail_type);
168      ostream.write_long(value.service_detail.length);      ostream.write_long(value.service_detail.length);
169      ostream.write_octet_array(value.service_detail, 0,      ostream.write_octet_array(value.service_detail, 0,
170                                value.service_detail.length        value.service_detail.length
171                               );      );
172    }    }
173  }  }

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

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