Include :

- aggiornamento interfaccia IMachMgr.
This commit is contained in:
Dario Sassi
2021-03-18 10:37:15 +00:00
parent fc07b21098
commit d969767617
+3
View File
@@ -152,6 +152,9 @@ class __declspec( novtable) IMachMgr
virtual bool TdbSave( void) const = 0 ;
virtual bool TdbGetToolDir( std::string& sToolDir) const = 0 ;
virtual bool TdbGetToolHolderDir( std::string& sTHolderDir) const = 0 ;
virtual bool TdbExport( const STRVECTOR& vsToolsNames, const std::string& sOutFile) const = 0 ;
virtual bool TdbToBeImported( const std::string& sFile, STRVECTOR& vsToolNames) const = 0 ;
virtual bool TdbImport( const std::string& sFile, const STRVECTOR& vsToolsToImport, const STRVECTOR& vsToolsNames, STRVECTOR& vsImported) = 0 ;
// Setup
virtual int GetCurrSetup( void) const = 0 ;
virtual bool GetDefaultSetupName( std::string& sName) const = 0 ;