~mzanetti/reminders-app/switch-to-cmake

« back to all changes in this revision

Viewing changes to src/plugin/Evernote/userstore.h

  • Committer: Michael Zanetti
  • Date: 2013-12-18 23:10:42 UTC
  • mfrom: (11.1.9 trunk)
  • Revision ID: michael.zanetti@canonical.com-20131218231042-nmod13yk9c5oiho8
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright: 2013 Canonical, Ltd
 
3
 *
 
4
 * This file is part of reminders-app
 
5
 *
 
6
 * reminders-app is free software: you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation; version 3.
 
9
 *
 
10
 * reminders-app 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
 
13
 * GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
 *
 
18
 * Authors: Michael Zanetti <michael.zanetti@canonical.com>
 
19
 */
 
20
 
1
21
#ifndef USERSTORE_H
2
22
#define USERSTORE_H
3
23