- 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
@@ -56,9 +56,6 @@ namespace NMR {
CModelReaderNode_KeyStoreAccessRight() = delete;
using CModelReaderNode_KeyStoreBase::CModelReaderNode_KeyStoreBase;
CModelReaderNode_KeyStoreAccessRight(_In_ CModel * const pModel, _In_ CKeyStore * const pKeyStore, _In_ PModelWarnings pWarnings):
CModelReaderNode_KeyStoreBase( pModel, pKeyStore, pWarnings){};
PKeyStoreAccessRight getAccessRight();
virtual void parseXML(_In_ CXmlReader * pXMLReader);