Function setPasswordCallback
Synopsis
#include <include/bitarchivehandler.hpp>
void setPasswordCallback(const PasswordCallback &callback)
Description
Sets the callback to be called when a password is needed to complete the ongoing operation.
- Parameters
callback
- the password callback to be used.
Source
Lines 87-89 in src/bitarchivehandler.cpp. Line 179 in include/bitarchivehandler.hpp.
void BitArchiveHandler::setPasswordCallback( const PasswordCallback& callback ) {
mPasswordCallback = callback;
}