From dd8a15aa77a48ebf8a1815b1edb49470d1639aae Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 9 Nov 2016 14:05:06 +0000 Subject: [PATCH] Include : - aggiornamenti. --- EMkMachMgr.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/EMkMachMgr.h b/EMkMachMgr.h index 923a4d2..d641da6 100644 --- a/EMkMachMgr.h +++ b/EMkMachMgr.h @@ -183,10 +183,10 @@ class __declspec( novtable) IMachMgr virtual bool SetCurrMachining( int nId) = 0 ; virtual bool ResetCurrMachining( void) = 0 ; virtual int GetCurrMachining( void) const = 0 ; - virtual bool SetMachiningParam( int nType, bool bVal) = 0 ; - virtual bool SetMachiningParam( int nType, int nVal) = 0 ; - virtual bool SetMachiningParam( int nType, double dVal) = 0 ; - virtual bool SetMachiningParam( int nType, const std::string& sVal) = 0 ; + virtual bool SetMachiningParam( int nType, bool bVal, bool* pbChanged = nullptr) = 0 ; + virtual bool SetMachiningParam( int nType, int nVal, bool* pbChanged = nullptr) = 0 ; + virtual bool SetMachiningParam( int nType, double dVa, bool* pbChanged = nullptr) = 0 ; + virtual bool SetMachiningParam( int nType, const std::string& sVal, bool* pbChanged = nullptr) = 0 ; virtual bool SetMachiningGeometry( const SELVECTOR& vIds) = 0 ; virtual bool MachiningPreview( bool bRecalc) = 0 ; virtual bool ExistsMachiningPreview( void) = 0 ;