1 package org.omg.IOP; 2 3 4 10 11 public final class ServiceContext implements org.omg.CORBA.portable.IDLEntity  12 { 13 14 15 public int context_id = (int)0; 16 17 18 public byte context_data[] = null; 19 20 public ServiceContext () 21 { 22 } 24 public ServiceContext (int _context_id, byte[] _context_data) 25 { 26 context_id = _context_id; 27 context_data = _context_data; 28 } 30 } | Popular Tags |