00001 package Sct_SctApi; 00002 00003 00011 public final class RODTrigger implements org.omg.CORBA.portable.IDLEntity 00012 { 00013 public short first = (short)0; 00014 public int second = (int)0; 00015 00016 public RODTrigger () 00017 { 00018 } // ctor 00019 00020 public RODTrigger (short _first, int _second) 00021 { 00022 first = _first; 00023 second = _second; 00024 } // ctor 00025 00026 } // class RODTrigger