midgard/midgard.h

00001 /* 
00002  * Midgard core , API headers.
00003  *
00004  * Copyright (C) 2006 Piotr Pokora <piotr.pokora@infoglob.pl>
00005  *
00006  * This program is free software; you can redistribute it and/or modify it
00007  * under the terms of the GNU Lesser General Public License as published
00008  * by the Free Software Foundation; either version 2 of the License, or
00009  * (at your option) any later version.
00010  * 
00011  * This program is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  * 
00016  * You should have received a copy of the GNU General Public License
00017  * along with this program; if not, write to the Free Software
00018  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00019  */
00020 
00021 #ifndef _MIDGARD_API_H_
00022 #define _MIDGARD_API_H_
00023 
00024 #include <glib.h>
00025 #include <glib-object.h>
00026 
00027 /* Legacy headers */
00028 #include <midgard/midgard_legacy.h>
00029 #include <midgard/authfailure.h>
00030 #include <midgard/tablenames.h>
00031 
00032 #include <midgard/midgard_error.h>
00033 #include <midgard/midgard_type.h>
00034 #include <midgard/midgard_config.h>
00035 #include <midgard/midgard_schema.h>
00036 #include <midgard/midgard_connection.h>
00037 #include <midgard/midgard_metadata.h>
00038 #include <midgard/types.h>
00039 #include <midgard/midgard_object.h>
00040 #include <midgard/midgard_quota.h>
00041 #include <midgard/midgard_reflection_property.h>
00042 #include <midgard/midgard_collector.h>
00043 #include <midgard/midgard_object_parameter.h>
00044 
00045 #endif /* _MIDGARD_API_H_ */
00046 

Generated on Thu Feb 22 06:15:13 2007 for midgard-core by  doxygen 1.4.6