package TimeBase; /** * TimeBase/UtcT.java . * Generated by the IDL-to-Java compiler (portable), version "3.1" * from time.idl * Freitag, 18. April 2003 11.06 Uhr CEST */ public final class UtcT implements org.omg.CORBA.portable.IDLEntity { public long time = (long)0; // 8 octets public int inacclo = (int)0; // 4 octets public short inacchi = (short)0; public UtcT () { } // ctor public UtcT (long _time, int _inacclo, short _inacchi) { time = _time; inacclo = _inacclo; inacchi = _inacchi; } // ctor } // class UtcT