00001 /********************************************************************\ 00002 * qof.h -- Master QOF public include file * 00003 * This program is free software; you can redistribute it and/or * 00004 * modify it under the terms of the GNU General Public License as * 00005 * published by the Free Software Foundation; either version 2 of * 00006 * the License, or (at your option) any later version. * 00007 * * 00008 * This program is distributed in the hope that it will be useful, * 00009 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00011 * GNU General Public License for more details. * 00012 * * 00013 * You should have received a copy of the GNU General Public License* 00014 * along with this program; if not, contact: * 00015 * * 00016 * Free Software Foundation Voice: +1-617-542-5942 * 00017 * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 * 00018 * Boston, MA 02110-1301, USA gnu@gnu.org * 00019 * * 00020 \********************************************************************/ 00021 00022 #ifndef QOF_H_ 00023 #define QOF_H_ 00024 00057 #include <glib.h> 00058 #include "qofid.h" 00059 #include "qoflog.h" 00060 #include "qofdate.h" 00061 #include "qoftime.h" 00062 #include "gnc-numeric.h" 00063 #include "qofutil.h" 00064 #include "guid.h" 00065 #include "kvp_frame.h" 00066 #include "kvp-util.h" 00067 #include "kvp-util-p.h" 00068 #include "qofbackend.h" 00069 #include "qofid-p.h" 00070 #include "qofinstance-p.h" 00071 #include "qofbook.h" 00072 #include "qofclass.h" 00073 #include "qofevent.h" 00074 #include "qofobject.h" 00075 #include "qofquery.h" 00076 #include "qofquerycore.h" 00077 #include "qofsession.h" 00078 #include "qofsql.h" 00079 #include "qofchoice.h" 00080 #include "qofbookmerge.h" 00081 #include "qofreference.h" 00082 #include "qofla-dir.h" 00083 #include "qofundo.h" 00084 #include "deprecated.h" 00085 00087 #define QOF_MOD_QSF "qof-backend-qsf" 00088 00089 #define QSF_BACKEND_LIB "libqof-backend-qsf" 00090 00091 #define QSF_MODULE_INIT "qsf_provider_init" 00092 00093 #endif /* QOF_H_ */