Include :
- aggiornamento interfaccia IMachMgr.
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user