00001 package Sct.Corba; 00002 00003 00011 public final class UniquePartitionIdentifier implements org.omg.CORBA.portable.IDLEntity 00012 { 00013 public int partition = (int)0; 00014 00015 public UniquePartitionIdentifier () 00016 { 00017 } // ctor 00018 00019 public UniquePartitionIdentifier (int _partition) 00020 { 00021 partition = _partition; 00022 } // ctor 00023 00024 } // class UniquePartitionIdentifier