Packing/unpacking moved to module's MainUI.cpp

This commit is contained in:
Simon Rozman 2016-06-02 11:27:41 +02:00
parent ce4c208468
commit 5e37bd0735
5 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -91,7 +91,7 @@ namespace eap
///
/// \param[in] pDoc XML document
/// \param[in] pConfigRoot Suggested root element for saving configuration
/// \param[out] ppEapError Pointer to error descriptor in case of failure. Free using `module::free_memory()`.
/// \param[out] ppEapError Pointer to error descriptor in case of failure. Free using `module::free_error_memory()`.
///
/// \returns
/// - \c ERROR_SUCCESS if succeeded
@ -103,7 +103,7 @@ namespace eap
/// Load configuration from XML document
///
/// \param[in] pConfigRoot Root element for loading configuration
/// \param[out] ppEapError Pointer to error descriptor in case of failure. Free using `module::free_memory()`.
/// \param[out] ppEapError Pointer to error descriptor in case of failure. Free using `module::free_error_memory()`.
///
/// \returns
/// - \c ERROR_SUCCESS if succeeded

Binary file not shown.

Binary file not shown.

Binary file not shown.