Changed: Simplified asking for deferred self signature

This commit is contained in:
Konrad 2017-03-28 11:19:50 +02:00
parent 569458a1c1
commit efd6ce3ed5
2 changed files with 6 additions and 114 deletions

View file

@ -9,8 +9,6 @@ namespace resource_api{
class StateTokenServer;
class ApiServer;
class SignatureEventData;
// resource api module to control accounts, startup and shutdown of retroshare
// - this module handles everything, no things are required from outside
// - exception: users of this module have to create an api server and register this module
@ -87,9 +85,6 @@ private:
// we store the password in this variable, it has higher priority than the normal password variable
// it is also to avoid a lock, when we make a synchronous call into librs, like in ssl cert generation
std::string mFixedPassword;
void handleSignatureEvent();
std::map<std::string, SignatureEventData*> _deferred_signature_queue ;
};
} // namespace resource_api