EgtExchange 2.2k3 :

- corrette CreateBeamMgr, CreateExport*, CreateImport*  in caso di errore ora restituiscono nullptr.
This commit is contained in:
Dario Sassi
2020-11-19 15:22:05 +00:00
parent 36589b6cb1
commit ecdc49a305
11 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ CreateExportStl( void)
{
// verifico la chiave e le opzioni
if ( ! TestKeyForEEx( GetEExKey(), KEYOPT_EEX_EXPBASE, GetEExLogger()))
return false ;
return nullptr ;
// creo l'oggetto
return static_cast<IExportStl*> ( new(nothrow) ExportStl) ;
}