public static void insert(org.omg.CORBA.Any any, int s) {
   any.insert_ulong(s);
 }