Open danielweck opened 7 years ago
https://github.com/readium/readium-lcp-client/tree/develop/test/lcp-client-lib
For example: lcp::Status res = m_lcpService->OpenLicense(mobyDickLicenseStr, &license); function signature changed to:
lcp::Status res = m_lcpService->OpenLicense(mobyDickLicenseStr, &license);
Status LcpService::OpenLicense( const std::string & publicationPath, const std::string & licenseJson, ILicense** licensePTR)
https://github.com/readium/readium-lcp-client/blob/develop/test/lcp-client-lib/tests/LcpServiceTest.cpp#L72
vs.
https://github.com/readium/readium-lcp-client/blob/develop/src/lcp-client-lib/LcpService.cpp#L136
https://github.com/readium/readium-lcp-client/tree/develop/test/lcp-client-lib
For example:
lcp::Status res = m_lcpService->OpenLicense(mobyDickLicenseStr, &license);
function signature changed to:https://github.com/readium/readium-lcp-client/blob/develop/test/lcp-client-lib/tests/LcpServiceTest.cpp#L72
vs.
https://github.com/readium/readium-lcp-client/blob/develop/src/lcp-client-lib/LcpService.cpp#L136