From 2edc893cee19f5439d91abfc2760e16720c99d04 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Wed, 1 Jul 2020 10:14:50 +0200 Subject: [PATCH] need these public --- callback_dispatcher.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/callback_dispatcher.hh b/callback_dispatcher.hh index 5e8de21..785eec9 100644 --- a/callback_dispatcher.hh +++ b/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);