From d8033a0681e9e4940d58aa9ef7cbe54970dc7097 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 6 Feb 2017 15:31:17 +0000 Subject: [PATCH] Include : - aggiornamento interfacce. --- EMkMachMgr.h | 1 + EXeExecutor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/EMkMachMgr.h b/EMkMachMgr.h index 8a8dd23..22b2886 100644 --- a/EMkMachMgr.h +++ b/EMkMachMgr.h @@ -129,6 +129,7 @@ class __declspec( novtable) IMachMgr virtual int GetCurrSetup( void) const = 0 ; virtual bool GetDefaultSetupName( std::string& sName) const = 0 ; virtual bool ImportSetup( const std::string& sName) = 0 ; + virtual bool VerifyCurrSetup( STRVECTOR& vsErrors) = 0 ; // Machinings DataBase virtual bool MdbGetMachiningNewName( std::string& sName) const = 0 ; virtual bool MdbAddMachining( const std::string& sName, int nType) = 0 ; diff --git a/EXeExecutor.h b/EXeExecutor.h index 19a9480..d7f3c18 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -665,6 +665,7 @@ EXE_EXPORT bool ExeTdbGetToolHolderDir( std::string& sTHolderDir) ; EXE_EXPORT int ExeGetCurrSetup( void) ; EXE_EXPORT bool ExeGetDefaultSetupName( std::string& sName) ; EXE_EXPORT bool ExeImportSetup( const std::string& sName) ; +EXE_EXPORT bool ExeVerifyCurrSetup( STRVECTOR& vsErrors) ; // Machinings Database EXE_EXPORT bool ExeMdbGetMachiningNewName( std::string& sName) ; EXE_EXPORT bool ExeMdbAddMachining( const std::string& sName, int nType) ;