Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -771,7 +771,7 @@ EIN_EXPORT BOOL __stdcall EgtTdbSave( void) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtTdbGetToolDir( wchar_t*& wsToolDir) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtTdbGetToolHolderDir( wchar_t*& wsTHolderDir) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtTdbExport( const wchar_t* wsToolsNames, const wchar_t* wsOutFile) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtTdbToBeImported( const wchar_t* wsFile, wchar_t*& wsToolsNames) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtTdbToBeImported( const wchar_t* wsFile, wchar_t*& wsToolsNames, int*& vTypes, int* pnCount) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtTdbImport( const wchar_t* wsFile, const wchar_t* wsToolsToImport, const wchar_t* wsToolsNames, wchar_t*& wsImported) ;
|
||||
|
||||
// Setup
|
||||
|
||||
+1
-1
@@ -153,7 +153,7 @@ class __declspec( novtable) IMachMgr
|
||||
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 TdbToBeImported( const std::string& sFile, STRVECTOR& vsToolNames, INTVECTOR& vToolsTypes) 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 ;
|
||||
|
||||
+1
-1
@@ -916,7 +916,7 @@ EXE_EXPORT bool ExeTdbSave( void) ;
|
||||
EXE_EXPORT bool ExeTdbGetToolDir( std::string& sToolDir) ;
|
||||
EXE_EXPORT bool ExeTdbGetToolHolderDir( std::string& sTHolderDir) ;
|
||||
EXE_EXPORT bool ExeTdbExport( const STRVECTOR& vsToolsNames, const std::string& sOutFile) ;
|
||||
EXE_EXPORT bool ExeTdbToBeImported( const std::string& sFile, STRVECTOR& vsToolsNames) ;
|
||||
EXE_EXPORT bool ExeTdbToBeImported( const std::string& sFile, STRVECTOR& vsToolsNames, INTVECTOR& vToolsTypes) ;
|
||||
EXE_EXPORT bool ExeTdbImport( const std::string& sFile, const STRVECTOR& vsToolsToImport, const STRVECTOR& vsToolsNames, STRVECTOR& vsImported) ;
|
||||
|
||||
// Setup
|
||||
|
||||
Reference in New Issue
Block a user