~rpadovani/reminders-app/fixForReload

« back to all changes in this revision

Viewing changes to 3rdParty/evernote-sdk-cpp/src/UserStore_constants.cpp

  • Committer: Michael Zanetti
  • Date: 2013-11-21 23:30:15 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: michael.zanetti@canonical.com-20131121233015-fnbjnzcb6chdtdzm
add libthrift, evernote-sdk and a Evernote qml plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * Autogenerated by Thrift
 
3
 *
 
4
 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 
5
 */
 
6
#include "UserStore_constants.h"
 
7
 
 
8
namespace evernote { namespace edam {
 
9
 
 
10
const UserStoreConstants g_UserStore_constants;
 
11
 
 
12
UserStoreConstants::UserStoreConstants() {
 
13
  EDAM_VERSION_MAJOR = 1;
 
14
 
 
15
  EDAM_VERSION_MINOR = 25;
 
16
 
 
17
}
 
18
 
 
19
}} // namespace
 
20