m_module is now a pointer instead of reference

This commit is contained in:
2016-08-05 11:23:59 +02:00
parent a9ecde86d9
commit 460adb9858
27 changed files with 168 additions and 166 deletions

View File

@@ -46,9 +46,9 @@ namespace eap
///
/// Constructs configuration
///
/// \param[in] mod Reference of the EAP module to use for global services
/// \param[in] mod EAP module to use for global services
///
config_method_pap(_In_ module &mod);
config_method_pap(_In_ module *mod);
///
/// Copies configuration

View File

@@ -43,9 +43,9 @@ namespace eap
///
/// Constructs credentials
///
/// \param[in] mod Reference of the EAP module to use for global services
/// \param[in] mod EAP module to use for global services
///
credentials_pap(_In_ module &mod);
credentials_pap(_In_ module *mod);
///
/// Copies credentials