Browse Source

need these public

synchronous
Volker Birk 5 years ago
parent
commit
2edc893cee
  1. 8
      callback_dispatcher.hh

8
callback_dispatcher.hh

@ -37,14 +37,14 @@ namespace pEp {
void start_sync();
void stop_sync();
protected:
void on_startup();
void on_shutdown();
static PEP_STATUS messageToSend(::message *msg);
static PEP_STATUS notifyHandshake(::pEp_identity *me,
::pEp_identity *partner, ::sync_handshake_signal signal);
protected:
void on_startup();
void on_shutdown();
PEP_STATUS _messageToSend(::message *msg);
PEP_STATUS _notifyHandshake(::pEp_identity *me,
::pEp_identity *partner, ::sync_handshake_signal signal);

Loading…
Cancel
Save