All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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/vagrant/workspace/cristal-ise/idl/src/main/idl/CommonTypes.idl
* Friday, April 10, 2020 7:30:08 PM CEST
*/

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