Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2019-10-07 06:44:28 +00:00
parent 2745d4107e
commit fe2b98f59a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -132,6 +132,7 @@ class __declspec( novtable) IMachMgr
virtual bool TdbGetCurrToolParam( int nType, double& dVal) const = 0 ;
virtual bool TdbGetCurrToolParam( int nType, std::string& sVal) const = 0 ;
virtual bool TdbGetCurrToolMaxDepth( double& dMaxDepth) const = 0 ;
virtual bool TdbGetCurrToolThDiam( double& dThDiam) const = 0 ;
virtual int TdbCurrToolDraw( int nGenCtx, int nToolCtx) const = 0 ;
virtual bool TdbReload( void) = 0 ;
virtual bool TdbSave( void) const = 0 ;
+1
View File
@@ -783,6 +783,7 @@ EXE_EXPORT bool ExeTdbGetCurrToolParam( int nType, int& nVal) ;
EXE_EXPORT bool ExeTdbGetCurrToolParam( int nType, double& dVal) ;
EXE_EXPORT bool ExeTdbGetCurrToolParam( int nType, std::string& sVal) ;
EXE_EXPORT bool ExeTdbGetCurrToolMaxDepth( double& dMaxDepth) ;
EXE_EXPORT bool ExeTdbGetCurrToolThDiam( double& dThDiam) ;
EXE_EXPORT int ExeTdbCurrToolDraw( int nGenCtx, int nToolCtx) ;
EXE_EXPORT bool ExeTdbReload( void) ;
EXE_EXPORT bool ExeTdbSave( void) ;