~renatofilho/buteo-sync-plugins-contacts/solve-eds-conflict

« back to all changes in this revision

Viewing changes to google/buteosyncfw_p.h

  • Committer: CI Train Bot
  • Author(s): Renato Araujo Oliveira Filho
  • Date: 2015-09-24 17:50:44 UTC
  • mfrom: (1.3.53 initial-vr)
  • Revision ID: ci-train-bot@canonical.com-20150924175044-rp0akjs0h1xwxmpj
Implemented buteo contacts sync plugin for google, heavily based on:
  - https://github.com/nemomobile-graveyard/buteo-sync-plugins-google
  - https://github.com/nemomobile/buteo-sync-plugins-social
Approved by: Michael Sheldon

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
 **
 
3
 ** Copyright (C) 2014 Jolla Ltd.
 
4
 ** Contact: Chris Adams <chris.adams@jollamobile.com>
 
5
 **
 
6
 ** This program/library is free software; you can redistribute it and/or
 
7
 ** modify it under the terms of the GNU Lesser General Public License
 
8
 ** version 2.1 as published by the Free Software Foundation.
 
9
 **
 
10
 ** This program/library is distributed in the hope that it will be useful,
 
11
 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
13
 ** Lesser General Public License for more details.
 
14
 **
 
15
 ** You should have received a copy of the GNU Lesser General Public
 
16
 ** License along with this program/library; if not, write to the Free
 
17
 ** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 
18
 ** 02110-1301 USA
 
19
 **
 
20
 ****************************************************************************/
 
21
 
 
22
#ifndef SOCIALD_BUTEOSYNCFW_P_H
 
23
#define SOCIALD_BUTEOSYNCFW_P_H
 
24
 
 
25
// Several headers from Buteo SyncFW produce warnings
 
26
// This means we cannot use -Werror without wrapping them
 
27
// in GCC-specific pragmas to ignore warnings from Buteo.
 
28
#pragma GCC system_header
 
29
#include <SyncCommonDefs.h>
 
30
#include <SyncPluginBase.h>
 
31
#include <ProfileManager.h>
 
32
#include <ClientPlugin.h>
 
33
#include <SyncResults.h>
 
34
#include <ProfileEngineDefs.h>
 
35
#include <SyncProfile.h>
 
36
#include <Profile.h>
 
37
#include <PluginCbInterface.h>
 
38
#include <LogMacros.h>
 
39
 
 
40
#endif // SOCIALD_BUTEOSYNCFW_P_H