Browse Source

depend on pEp/pEpLog.hh to be compatible with libpEpAdapter branches default and postrelease

JNI-94
heck 5 years ago
parent
commit
a309452628
  1. 2
      src/foundation_pEp_jniadapter_AbstractEngine.cc
  2. 2
      src/foundation_pEp_jniadapter__Blob.cc
  3. 2
      src/gen_cpp_Engine.ysl2
  4. 2
      src/gen_cpp_Message.ysl2
  5. 2
      src/identity_api.cc

2
src/foundation_pEp_jniadapter_AbstractEngine.cc

@ -7,7 +7,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,7 +1,7 @@
#include <pEp/bloblist.h>
#include <pEp/sync_codec.h>
#include <pEp/distribution_codec.h>
#include <pEp/utils.hh>
#include <pEp/pEpLog.hh>
#include <iostream>
#include <cstring>
#include <cassert>

2
src/gen_cpp_Engine.ysl2

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

2
src/gen_cpp_Message.ysl2

@ -19,7 +19,7 @@ tstylesheet {
#include <assert.h>
#include <pEp/«@name».h>
#include <pEp/mime.h>
#include <pEp/utils.hh>
#include <pEp/pEpLog.hh>
#include "jniutils.hh"
#include "throw_pEp_exception.hh"

2
src/identity_api.cc

@ -1,5 +1,5 @@
#include <pEp/message_api.h>
#include <pEp/utils.hh>
#include <pEp/pEpLog.hh>
#include "jniutils.hh"

Loading…
Cancel
Save