From dbaaa7b10b5ab63b74de8b0ad7b970ba842cd2a7 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 10 Jan 2020 12:17:04 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EMkMachMgr.h | 1 + EXeExecutor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/EMkMachMgr.h b/EMkMachMgr.h index 69ce4ad..e06f184 100644 --- a/EMkMachMgr.h +++ b/EMkMachMgr.h @@ -143,6 +143,7 @@ class __declspec( novtable) IMachMgr virtual bool GetDefaultSetupName( std::string& sName) const = 0 ; virtual bool ImportSetup( const std::string& sName) = 0 ; virtual bool VerifyCurrSetup( STRVECTOR& vsErrors) = 0 ; + virtual bool FindToolInCurrSetup( const std::string& sTool) = 0 ; virtual bool UpdateSetup( void) = 0 ; // Machinings DataBase virtual bool MdbGetMachiningNewName( std::string& sName) const = 0 ; diff --git a/EXeExecutor.h b/EXeExecutor.h index 4e6d9d8..ca1aa38 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -824,6 +824,7 @@ 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) ; +EXE_EXPORT bool ExeFindToolInCurrSetup( const std::string& sTool) ; EXE_EXPORT bool ExeUpdateSetup( void) ; // Machinings Database EXE_EXPORT bool ExeMdbGetMachiningNewName( std::string& sName) ;