Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2021-02-08 11:25:49 +00:00
parent 2719ab579e
commit 2af69837f3
2 changed files with 9 additions and 10 deletions
+9 -9
View File
@@ -74,13 +74,13 @@ enum BBoxFlag { BBF_STANDARD = 0,
BBF_IGNORE_DIM = 8} ;
//----------------- Costanti per Info di Sistema -------------------------------
const std::string GDB_SI_SOURCE = "!SOU" ;
const std::string GDB_SI_BASE = "!BAS" ;
const std::string GDB_SI_LIST = "!LST" ;
const std::string GDB_SI_COPY = "!COP" ;
const std::string GDB_SI_MGRPONLY = "!MGO" ;
const std::string GDB_SI_DRAWMODE = "!DRM" ;
const std::string GDB_SI_DUPSOU = "!DSOU" ;
const std::string GDB_SI_DUPLIST = "!DLST" ;
const std::string GDB_SI_DUPMODIF = "!DMOD" ;
const std::string GDB_SI_SOURCE = "!SOU" ; // Id entità
const std::string GDB_SI_BASE = "!BAS" ; // Id entità
const std::string GDB_SI_LIST = "!LST" ; // Vettore Id entità
const std::string GDB_SI_COPY = "!COP" ; // Id entità
const std::string GDB_SI_MGRPONLY = "!MGO" ; // Id entità
const std::string GDB_SI_DRAWMODE = "!DRM" ; // Flag
const std::string GDB_SI_DUPSOU = "!DSOU" ; // Id entità
const std::string GDB_SI_DUPLIST = "!DLST" ; // Vettore Id entità
const std::string GDB_SI_DUPMODIF = "!DMOD" ; // Flag
-1
View File
@@ -798,7 +798,6 @@ EXE_EXPORT bool ExeCAvToolPathStm( int nCrvId, const Vector3d& vtAx, int nSurfTm
// Machining
EXE_EXPORT bool ExeInitMachMgr( const std::string& sMachinesDir, const std::string& sToolMakersDir) ;
EXE_EXPORT bool ExeUpdateMachMgr( void) ;
EXE_EXPORT bool ExeInsertMachMgr( int nInsGrp) ;
// Errors & Warnings
EXE_EXPORT int ExeGetLastMachMgrErrorId( void) ;
EXE_EXPORT std::string ExeGetLastMachMgrErrorString( void) ;