eap::module::make_error() extended to support EAP_ERROR duplication
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
Reference in New Issue
Block a user