diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-04-12 07:05:56 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-04-12 07:05:56 +0800 |
commit | 045c2a07b9516383deb591fb1e68b2b48ea1bd14 (patch) | |
tree | a787d6db99f83915c5eec5cb67260c085b61c0ea /calendar/pcs/query.h | |
parent | 48182f64e86638a5420b3768c13a8ae4d0dbd249 (diff) | |
download | gsoc2013-evolution-045c2a07b9516383deb591fb1e68b2b48ea1bd14.tar.gz gsoc2013-evolution-045c2a07b9516383deb591fb1e68b2b48ea1bd14.tar.zst gsoc2013-evolution-045c2a07b9516383deb591fb1e68b2b48ea1bd14.zip |
new method.
2002-04-05 Rodrigo Moya <rodrigo@ximian.com>
* pcs/cal-backend.[ch] (cal_backend_get_query): new method.
* pcs/cal-backend-file.c (cal_backend_file_get_query): new method.
* pcs/cal.c (impl_Cal_get_query): call the CalBackend's implementation
instead of calling query_new directly.
* pcs/query.[ch]: fixed headers.
svn path=/trunk/; revision=16443
Diffstat (limited to 'calendar/pcs/query.h')
-rw-r--r-- | calendar/pcs/query.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/pcs/query.h b/calendar/pcs/query.h index 71f289906e..80b17983a6 100644 --- a/calendar/pcs/query.h +++ b/calendar/pcs/query.h @@ -23,7 +23,8 @@ #include <libgnome/gnome-defs.h> #include <bonobo/bonobo-xobject.h> -#include "cal-backend.h" +#include "cal-common.h" +#include "evolution-calendar.h" BEGIN_GNOME_DECLS |