~ubuntu-branches/ubuntu/wily/evolution-data-server/wily

« back to all changes in this revision

Viewing changes to libedataserverui/libedataserverui.h

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-07-20 13:34:59 UTC
  • mfrom: (1.1.126) (1.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20150720133459-g6y46hnu5ewtoz08
Tags: 3.16.4-0ubuntu2
debian/patches/0001-Bug-752373-Monthly-events-do-not-recur-correctly.patch:
Cherry-pick patch from upstream to fix events not recurring correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * libedataserverui.h
 
3
 *
 
4
 * This library is free software: you can redistribute it and/or modify it
 
5
 * under the terms of the GNU Lesser General Public License as published by
 
6
 * the Free Software Foundation.
 
7
 *
 
8
 * This library is distributed in the hope that it will be useful, but
 
9
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 
10
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
 
11
 * for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU Lesser General Public License
 
14
 * along with this library. If not, see <http://www.gnu.org/licenses/>.
 
15
 *
 
16
 */
 
17
 
 
18
#ifndef LIBEDATASERVERUI_H
 
19
#define LIBEDATASERVERUI_H
 
20
 
 
21
#define __LIBEDATASERVERUI_H_INSIDE__
 
22
 
 
23
#include <libedataserverui/e-credentials-prompter.h>
 
24
#include <libedataserverui/e-credentials-prompter-impl.h>
 
25
#include <libedataserverui/e-credentials-prompter-impl-password.h>
 
26
#include <libedataserverui/e-trust-prompt.h>
 
27
 
 
28
#undef __LIBEDATASERVERUI_H_INSIDE__
 
29
 
 
30
#endif /* LIBEDATASERVERUI_H */