- ricompilate versioni a 32bit con v141_xp (VisualStudio 2017 C++ per XP)
- eliminate le correzioni introdotte per compilare con VS2013.
This commit is contained in:
SaraP
2022-05-02 09:54:14 +02:00
parent 29ef15276e
commit 522c48f27e
18 changed files with 40 additions and 170 deletions
@@ -49,10 +49,6 @@ namespace NMR {
CModelReaderNode_KeyStoreCipherValue() = delete;
using CModelReaderNode_KeyStoreBase::CModelReaderNode_KeyStoreBase;
CModelReaderNode_KeyStoreCipherValue(_In_ CModel * const pModel, _In_ CKeyStore * const pKeyStore, _In_ PModelWarnings pWarnings) :
CModelReaderNode_KeyStoreBase( pModel, pKeyStore, pWarnings) {};
std::vector<nfByte> const & getCipherValue() const;
virtual void parseXML(_In_ CXmlReader * pXMLReader);