...
parent
5c5818bf96
commit
0b57086e2f
|
@ -2,9 +2,10 @@
|
|||
#include <stdexcept>
|
||||
#include <cassert>
|
||||
|
||||
pEp::CallbackDispatcher callback_dispatcher;
|
||||
|
||||
namespace pEp {
|
||||
bool CallbackDispatcher::once = true;
|
||||
CallbackDispatcher callback_dispatcher;
|
||||
|
||||
CallbackDispatcher::CallbackDispatcher()
|
||||
{
|
||||
|
|
|
@ -50,6 +50,6 @@ namespace pEp {
|
|||
::pEp_identity *partner, ::sync_handshake_signal signal);
|
||||
};
|
||||
|
||||
extern CallbackDispatcher callback_dispatcher;
|
||||
};
|
||||
|
||||
extern pEp::CallbackDispatcher callback_dispatcher;
|
||||
|
|
Loading…
Reference in New Issue