Browse Source

Merge pEpLog() header changes from sync branch

JNI-92
heck 5 years ago
parent
commit
11524fa7cb
  1. 2
      src/foundation_pEp_jniadapter_AbstractEngine.cc
  2. 2
      src/foundation_pEp_jniadapter__Blob.cc
  3. 3
      src/gen_cpp_Engine.ysl2
  4. 2
      src/gen_cpp_Message.ysl2
  5. 2
      src/identity_api.cc
  6. 2
      src/jniutils.cc
  7. 0
      test/resources/pep-home/.dontdeleteme

2
src/foundation_pEp_jniadapter_AbstractEngine.cc

@ -4,7 +4,7 @@
#include <pEp/message_api.h>
#include <pEp/sync_api.h>
#include <pEp/Adapter.hh>
#include <pEp/utils.hh>
#include <pEp/pEpLog.hh>
#include "throw_pEp_exception.hh"
#include "jniutils.hh"

2
src/foundation_pEp_jniadapter__Blob.cc

@ -1,6 +1,6 @@
#include <pEp/sync_codec.h>
#include <pEp/distribution_codec.h>
#include <pEp/utils.hh>
#include <pEp/pEpLog.hh>
#include "jniutils.hh"
#include "throw_pEp_exception.hh"
#include "foundation_pEp_jniadapter__Blob.h"

3
src/gen_cpp_Engine.ysl2

@ -13,7 +13,8 @@ tstylesheet {
#include <pEp/openpgp_compat.h>
#include <pEp/key_reset.h>
#include <pEp/Adapter.hh>
#include "foundation_pEp_jniadapter_Engine.h"
#include <pEp/pEpLog.hh>
#include "foundation_pEp_jniadapter_«@name».h"
#include "throw_pEp_exception.hh"
#include "jniutils.hh"

2
src/gen_cpp_Message.ysl2

@ -13,7 +13,7 @@ tstylesheet {
document("foundation_pEp_jniadapter_{$jname}.cc", "text") {
||
#include <pEp/mime.h>
#include <pEp/utils.hh>
#include <pEp/pEpLog.hh>
#include "jniutils.hh"
#include "throw_pEp_exception.hh"
#include "foundation_pEp_jniadapter_«$jname».h"

2
src/identity_api.cc

@ -1,4 +1,4 @@
#include <pEp/utils.hh>
#include <pEp/pEpLog.hh>
extern "C" {

2
src/jniutils.cc

@ -1,5 +1,5 @@
#include "jniutils.hh"
#include <pEp/utils.hh>
#include <pEp/pEpLog.hh>
#ifndef __LP64__
#include <time64.h>
#define time_t time64_t

0
test/resources/pep-home/.dontdeleteme

Loading…
Cancel
Save