b0b9d3dc80bdc33b3ba0453279e28670691cf276
[platform/upstream/evolution-data-server.git] / libebackend / libebackend.h
1 /*
2  * libebackend.h
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) version 3.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with the program; if not, see <http://www.gnu.org/licenses/>
16  *
17  */
18
19 #ifndef LIBEBACKEND_H
20 #define LIBEBACKEND_H
21
22 #define __LIBEBACKEND_H_INSIDE__
23
24 #include <libedataserver/libedataserver.h>
25
26 #include <libebackend/e-authentication-mediator.h>
27 #include <libebackend/e-authentication-session.h>
28 #include <libebackend/e-backend-enums.h>
29 #include <libebackend/e-backend-enumtypes.h>
30 #include <libebackend/e-backend-factory.h>
31 #include <libebackend/e-backend.h>
32 #include <libebackend/e-collection-backend-factory.h>
33 #include <libebackend/e-collection-backend.h>
34 #include <libebackend/e-data-factory.h>
35 #include <libebackend/e-db3-utils.h>
36 #include <libebackend/e-dbhash.h>
37 #include <libebackend/e-dbus-server.h>
38 #include <libebackend/e-extensible.h>
39 #include <libebackend/e-extension.h>
40 #include <libebackend/e-file-cache.h>
41 #include <libebackend/e-module.h>
42 #include <libebackend/e-offline-listener.h>
43 #include <libebackend/e-server-side-source.h>
44 #include <libebackend/e-source-registry-server.h>
45 #include <libebackend/e-sqlite3-vfs.h>
46 #include <libebackend/e-user-prompter.h>
47 #include <libebackend/e-user-prompter-server.h>
48 #include <libebackend/e-user-prompter-server-extension.h>
49
50 #undef __LIBEBACKEND_H_INSIDE__
51
52 #endif /* LIBEBACKEND_H */
53