
org.cristalise.kernel.common.SystemKey Maven / Gradle / Ivy
package org.cristalise.kernel.common;
/**
* org/cristalise/kernel/common/SystemKey.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/travis/build/cristal-ise/kernel/src/main/idl/CommonTypes.idl
* Tuesday, July 10, 2018 9:54:20 PM UTC
*/
public final class SystemKey implements org.omg.CORBA.portable.IDLEntity
{
public long msb = (long)0;
public long lsb = (long)0;
public SystemKey ()
{
} // ctor
public SystemKey (long _msb, long _lsb)
{
msb = _msb;
lsb = _lsb;
} // ctor
} // class SystemKey
© 2015 - 2025 Weber Informatics LLC | Privacy Policy