00001 /* 00002 * Copyright 2001, 2002 Francesco Zappa Nardelli 00003 * 00004 * Permission is hereby granted, free of charge, to any person obtaining a 00005 * copy of this software and associated documentation files (the "Software"), 00006 * to deal in the Software without restriction, including without limitation 00007 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 00008 * and/or sell copies of the Software, and to permit persons to whom the 00009 * Software is furnished to do so, subject to the following conditions: 00010 * 00011 * The above copyright notice and this permission notice shall be included in 00012 * all copies or substantial portions of the Software. 00013 * 00014 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 00015 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 00016 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 00017 * THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY 00018 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT 00019 * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 00020 * THE USE OR OTHER DEALINGS IN THE SOFTWARE. 00021 */ 00022 00023 /*************************************************************************/ 00024 /* */ 00025 /* This file is used to define the BDF error enumeration constants. */ 00026 /* */ 00027 /*************************************************************************/ 00028 00029 #ifndef __BDFERROR_H__ 00030 #define __BDFERROR_H__ 00031 00032 #include FT_MODULE_ERRORS_H 00033 00034 #undef __FTERRORS_H__ 00035 00036 #define FT_ERR_PREFIX BDF_Err_ 00037 #define FT_ERR_BASE FT_Mod_Err_BDF 00038 00039 #include FT_ERRORS_H 00040 00041 #endif /* __BDFERROR_H__ */ 00042 00043 00044 /* END */