00001 // ********************************************************************** 00002 // 00003 // Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved. 00004 // 00005 // This copy of Ice is licensed to you under the terms described in the 00006 // ICE_LICENSE file included in this distribution. 00007 // 00008 // ********************************************************************** 00009 00010 // Ice version 3.4.1 00011 00012 package cast.cdl; 00013 00014 // <auto-generated> 00015 // 00016 // Generated from file `CDL.ice' 00017 // 00018 // Warning: do not edit this file. 00019 // 00020 // </auto-generated> 00021 00022 00023 public final class TaskManagementDecisionHolder 00024 { 00025 public 00026 TaskManagementDecisionHolder() 00027 { 00028 } 00029 00030 public 00031 TaskManagementDecisionHolder(TaskManagementDecision value) 00032 { 00033 this.value = value; 00034 } 00035 00036 public TaskManagementDecision value; 00037 }
1.5.8