Пример #1
0
 /**
  * takes a streamable and inserts its reference into the any
  *
  * @param s the streamable to insert
  */
 public void insert_Streamable(Streamable s) {
   // debug.log ("insert_Streamable");
   typeCode = TypeCodeImpl.convertToNative(orb, s._type());
   object = s;
   isInitialized = true;
 }
Пример #2
0
 /*      */ public void insert_Streamable(Streamable paramStreamable) /*      */ {
   /*  610 */ this.typeCode = TypeCodeImpl.convertToNative(this.orb, paramStreamable._type());
   /*  611 */ this.object = paramStreamable;
   /*  612 */ this.isInitialized = true;
   /*      */ }