Include :

- aggiornamento prototipi
- minima versione chiave portata a 21
This commit is contained in:
Dario Sassi
2019-08-01 06:41:53 +00:00
parent 317985ff45
commit 061aa1dfdd
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class __declspec( novtable) IGeoObj
virtual IObjGraphics* GetObjGraphics( void) = 0 ;
virtual const IObjGraphics* GetObjGraphics( void) const = 0 ;
virtual void SetTempProp( int nProp) = 0 ;
virtual int GetTempProp( void) = 0 ;
virtual int GetTempProp( void) const = 0 ;
} ;
//-----------------------------------------------------------------------------
+4 -3
View File
@@ -1,7 +1,7 @@
//----------------------------------------------------------------------------
// EgalTech 2015-2018
// EgalTech 2015-2019
//----------------------------------------------------------------------------
// File : EgtKeyCodes.h Data : 07.08.18 Versione : 1.9h1
// File : EgtKeyCodes.h Data : 01.08.19 Versione : 2.1h1
// Contenuto : Costanti per codici di protezione librerie di base.
//
//
@@ -11,6 +11,7 @@
// per liberare bit per i prodotti (207 contenuto in 1231).
// 18.08.17 DS Portato a 18 KEY_BASELIB_VER.
// 07.08.18 DS Portato a 19 KEY_BASELIB_VER.
// 01.08.19 DS Portato a 21 KEY_BASELIB_VER.
//
//----------------------------------------------------------------------------
@@ -18,7 +19,7 @@
//----------------------------------------------------------------------------
const int KEY_BASELIB_PROD = 207 ;
const int KEY_BASELIB_VER = 19 ;
const int KEY_BASELIB_VER = 21 ;
const int KEY_BASELIB_LEV = 1 ;
//----------------------------------------------------------------------------