00001 /** @file GAT.h 00002 * Header file for user code using the GAT. 00003 * 00004 * This is the only GAT header file user code should include. 00005 * It #includes all user-visible header files. 00006 * 00007 * @date Thu Sep 18 2003 00008 * 00009 * @version $Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/src/GAT.h,v 1.15 2004/03/30 19:17:52 hartmutkaiser Exp $ 00010 * 00011 * Copyright (C) Tom Goodale 00012 * This file is part of the GAT Engine. 00013 * Contributed by Tom Goodale <goodale@aei.mpg.de>. 00014 * 00015 * Use, modification and distribution is subject to the Gridlab Software 00016 * License. (See accompanying file GLlicense.txt or copy at 00017 * http://www.gridlab.org/GLlicense.txt) 00018 */ 00019 00020 #ifndef _GAT_H_ 00021 #define _GAT_H_ 1 00022 00023 #include "GATVersion.h" 00024 #include "GATErrors.h" 00025 #include "GATType.h" 00026 #include "GATStatus.h" 00027 #include "GATLocation.h" 00028 #include "GATTable.h" 00029 #include "GATList.h" 00030 #include "GATString.h" 00031 #include "GATResource.h" 00032 #include "GATResourceDescription.h" 00033 #include "GATSoftwareDescription.h" 00034 #include "GATSelf.h" 00035 00036 #include "GATContext.h" 00037 #include "GATFile.h" 00038 #include "GATLogicalFile.h" 00039 #include "GATJobDescription.h" 00040 #include "GATJob.h" 00041 #include "GATPreferences.h" 00042 #include "GATResourceBroker.h" 00043 #include "GATRequest.h" 00044 #include "GATRequestNotifier.h" 00045 #include "GATMetric.h" 00046 #include "GATAdvertService.h" 00047 00048 #endif /* _GAT_H_ */