From 061aa1dfddc46c7f7f9180baa01d19f2f151eff2 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 1 Aug 2019 06:41:53 +0000 Subject: [PATCH] Include : - aggiornamento prototipi - minima versione chiave portata a 21 --- EGkGeoObj.h | 2 +- EgtKeyCodes.h | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/EGkGeoObj.h b/EGkGeoObj.h index 95b7c95..716af3a 100644 --- a/EGkGeoObj.h +++ b/EGkGeoObj.h @@ -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 ; } ; //----------------------------------------------------------------------------- diff --git a/EgtKeyCodes.h b/EgtKeyCodes.h index 84601f6..8cf6fbd 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -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 ; //----------------------------------------------------------------------------