EgtGraphics 2.5e5 :
- migliorato controllo gestione chiave di rete.
This commit is contained in:
+2
-4
@@ -29,10 +29,8 @@ IEgrImageMgr*
|
||||
CreateEgrImageMgr( void)
|
||||
{
|
||||
// verifico la chiave e le opzioni
|
||||
if ( ! GetEGrNetHwKey()) {
|
||||
if ( ! TestKeyForEGr( GetEGrKey(), 0, GetEGrLogger()))
|
||||
return nullptr ;
|
||||
}
|
||||
if ( ! VerifyKey( 0))
|
||||
return nullptr ;
|
||||
// creo l'oggetto
|
||||
return static_cast<IEgrImageMgr*> ( new(nothrow) ImageMgr) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user