Example #1
0
 public static void write(
     org.omg.CORBA.portable.OutputStream ostream, subnetworkConnection.SNCType_T value) {
   ostream.write_long(value.value());
 }
Example #2
0
 public static subnetworkConnection.SNCType_T read(org.omg.CORBA.portable.InputStream istream) {
   return subnetworkConnection.SNCType_T.from_int(istream.read_long());
 }