00001 00003 /* 00004 **************************************************** 00005 Convenience header file that includes all headers 00006 relevant to the example plugin, ie "pex_altaccess.h" 00007 The make system will append an include directive 00008 for this file to the "allplugins.h" include file. 00009 00010 (c) your name here 2006 00011 **************************************************** 00012 */ 00013 00014 #ifndef FAUDES_PEX_INCLUDE_H 00015 #define FAUDES_PEX_INCLUDE_H 00016 00017 #include "pex_altaccess.h" 00018 00019 // #include "pex_otheralg1.h" 00020 // #include "pex_otheralg2.h" 00021 00022 #endif 00023 00024