00001 /* 00002 * MaxDecayTaskFactory.hh 00003 * 00004 * Copyright (c) 2003 The University of Utah and the Flux Group. 00005 * All rights reserved. 00006 * 00007 * This file is licensed under the terms of the GNU Public License. 00008 * See the file "license.terms" for restrictions on redistribution 00009 * of this file, and for a DISCLAIMER OF ALL WARRANTIES. 00010 */ 00011 00012 /** 00013 * @file MaxDecayTaskFactory.hh 00014 * 00015 * Header file for a task factory that produces MaxDecayTaskAdvocate's. 00016 */ 00017 00018 #ifndef _max_decay_task_factory_hh 00019 #define _max_decay_task_factory_hh 00020 00021 #include <TaskFactory_T.hh> 00022 00023 #include "MaxDecayTaskAdvocate.hh" 00024 00025 /** 00026 * Typedef for a TaskFactory template that uses the MaxDecayTaskAdvocate. 00027 */ 00028 typedef class TaskFactoryTemplate<MaxDecayTaskAdvocate> MaxDecayTaskFactory; 00029 00030 #endif