Skip to content
Snippets Groups Projects
Commit c3c8a0cc authored by Léopold Chappuis's avatar Léopold Chappuis
Browse files

interface-nodejs: add deviceRevocationEnded signal

Change-Id: I7cb060661c89ea4839bafd87ad5b224e5faa785e
parent cd603275
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,7 @@ void init(const SWIGV8_VALUE& funcMap){
exportable_callback<ConfigurationSignal::AccountProfileReceived>(bind(&accountProfileReceived, _1, _2, _3)),
//exportable_callback<ConfigurationSignal::IncomingTrustRequest>(bind(&incomingTrustRequest, _1, _2, _3, _4, _5 )),
exportable_callback<ConfigurationSignal::UserSearchEnded>(bind(&userSearchEnded, _1, _2, _3, _4 )),
exportable_callback<ConfigurationSignal::DeviceRevocationEnded>(bind(&deviceRevocationEnded, _1, _2, _3)),
};
const std::map<std::string, SharedCallback> dataTransferEvHandlers = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment