diff --git a/EMkMachMgr.h b/EMkMachMgr.h index 9d72d74..8a8dd23 100644 --- a/EMkMachMgr.h +++ b/EMkMachMgr.h @@ -127,6 +127,7 @@ class __declspec( novtable) IMachMgr virtual bool TdbGetToolHolderDir( std::string& sTHolderDir) const = 0 ; // Setup virtual int GetCurrSetup( void) const = 0 ; + virtual bool GetDefaultSetupName( std::string& sName) const = 0 ; virtual bool ImportSetup( const std::string& sName) = 0 ; // Machinings DataBase virtual bool MdbGetMachiningNewName( std::string& sName) const = 0 ; diff --git a/EXeExecutor.h b/EXeExecutor.h index d87da63..19a9480 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -663,6 +663,7 @@ EXE_EXPORT bool ExeTdbGetToolDir( std::string& sToolDir) ; EXE_EXPORT bool ExeTdbGetToolHolderDir( std::string& sTHolderDir) ; // Setup EXE_EXPORT int ExeGetCurrSetup( void) ; +EXE_EXPORT bool ExeGetDefaultSetupName( std::string& sName) ; EXE_EXPORT bool ExeImportSetup( const std::string& sName) ; // Machinings Database EXE_EXPORT bool ExeMdbGetMachiningNewName( std::string& sName) ;