synchronous
Volker Birk 2020-07-01 11:20:48 +02:00
parent 5c5818bf96
commit 0b57086e2f
2 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,10 @@
#include <stdexcept>
#include <cassert>
pEp::CallbackDispatcher callback_dispatcher;
namespace pEp {
bool CallbackDispatcher::once = true;
CallbackDispatcher callback_dispatcher;
CallbackDispatcher::CallbackDispatcher()
{

View File

@ -50,6 +50,6 @@ namespace pEp {
::pEp_identity *partner, ::sync_handshake_signal signal);
};
extern CallbackDispatcher callback_dispatcher;
};
extern pEp::CallbackDispatcher callback_dispatcher;