Include :

- aggiornamento interfacce.
This commit is contained in:
Dario Sassi
2017-02-06 15:31:17 +00:00
parent 65c2d82740
commit d8033a0681
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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 ;
+1
View File
@@ -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) ;