Пример #1
0
 private org.omg.CORBA.portable.OutputStream _OB_op_get_server_factory(
     org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler handler) {
   org.omg.CORBA.portable.OutputStream out = null;
   ServerFactory _ob_r = get_server_factory();
   out = handler.createReply();
   ServerFactoryHelper.write(out, _ob_r);
   return out;
 }
Пример #2
0
 public void _write(org.omg.CORBA.portable.OutputStream out) {
   ServerFactoryHelper.write(out, value);
 }
Пример #3
0
 public org.omg.CORBA.TypeCode _type() {
   return ServerFactoryHelper.type();
 }
Пример #4
0
 public void _read(org.omg.CORBA.portable.InputStream in) {
   value = ServerFactoryHelper.read(in);
 }