Esempio n. 1
0
 public void _write(org.omg.CORBA.portable.OutputStream o) {
   com.m1.s2.tmeCORBA.cache.DoesNotExistHelper.write(o, value);
 }
Esempio n. 2
0
 public org.omg.CORBA.TypeCode _type() {
   return com.m1.s2.tmeCORBA.cache.DoesNotExistHelper.type();
 }
Esempio n. 3
0
 public void _read(org.omg.CORBA.portable.InputStream i) {
   value = com.m1.s2.tmeCORBA.cache.DoesNotExistHelper.read(i);
 }