eap::module::make_error() extended to support EAP_ERROR duplication

This commit is contained in:
2016-10-31 16:23:42 +01:00
parent 96d5b95b6f
commit 0d8f243d31
2 changed files with 18 additions and 0 deletions

View File

@@ -88,6 +88,11 @@ namespace eap
///
EAP_ERROR* make_error(_In_ std::exception &err) const;
///
/// Allocate a EAP_ERROR and fill it according to another EAP_ERROR
///
EAP_ERROR* make_error(_In_ const EAP_ERROR *err) const;
///
/// Allocate BLOB
///