Esempio n. 1
0
 private static TypeCode getTypeCode() {
   TypeCode tc = null;
   tc =
       TypeCodeFactory.TheTypeCodeFactory.create_alias_tc(
           "ice::LongString", new TypeCode(TCKind.TK_WSTRING, 128), false);
   return tc;
 }