00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 #ifndef QOF_H_
00027 #define QOF_H_
00028
00065 #include <glib.h>
00066 #include "qofid.h"
00067 #include "qoflog.h"
00068 #include "qofdate.h"
00069 #include "qoftime.h"
00070 #include "qofnumeric.h"
00071 #include "qofutil.h"
00072 #include "guid.h"
00073 #include "kvpframe.h"
00074 #include "kvputil.h"
00075 #include "kvputil-p.h"
00076 #include "qofbackend.h"
00077 #include "qofid-p.h"
00078 #include "qofinstance-p.h"
00079 #include "qofbook.h"
00080 #include "qofclass.h"
00081 #include "qofevent.h"
00082 #include "qofobject.h"
00083 #include "qofquery.h"
00084 #include "qofquerycore.h"
00085 #include "qoferror.h"
00086 #include "qofsession.h"
00087 #include "qofsql.h"
00088 #include "qofchoice.h"
00089 #include "qofbookmerge.h"
00090 #include "qofreference.h"
00091 #include "qofla-dir.h"
00092 #include "qofundo.h"
00093 #include "deprecated.h"
00094
00096 #define QOF_MOD_QSF "qof-backend-qsf"
00097
00098 #define QSF_BACKEND_LIB "libqof-backend-qsf"
00099
00100 #define QSF_MODULE_INIT "qsf_provider_init"
00101
00103 #define QOF_MOD_GDA "qof-backend-gda"
00104
00106 #define QOF_MOD_SQLITE "qof-sqlite-module"
00107
00108 #endif