Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2020-01-10 12:17:04 +00:00
parent 68432cbcbb
commit dbaaa7b10b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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 ;
+1
View File
@@ -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) ;