From ebf6fc76aab399b307b0a9e4e9dd54fccba7166a Mon Sep 17 00:00:00 2001 From: Edouard Tisserant Date: Mon, 12 Dec 2016 17:12:46 +0100 Subject: [PATCH] Updated SyncHandshakeSignal enums --- src/pEp.yml2 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/pEp.yml2 b/src/pEp.yml2 index e9eeb94..d4871d9 100644 --- a/src/pEp.yml2 +++ b/src/pEp.yml2 @@ -125,12 +125,13 @@ namespace pEp { }; enum SyncHandshakeSignal { - sync_handshake_dismiss_dialog > 0 - sync_handshake_show_dialog > 1 - sync_handshake_success > 2 - sync_handshake_failure > 3 - sync_device_added > 4 - sync_group_created > 5 + sync_notify_undefined > 0 + sync_notify_init_add_our_device > 1 + sync_notify_init_add_other_device > 2 + sync_notify_init_form_group > 3 + sync_notify_timeout > 4 + sync_notify_accepted_device_added > 5 + sync_notify_accepted_group_created > 6 }; interface Engine {