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
@@ -53,7 +53,7 @@ CreateImportCnc( void)
{
// verifico la chiave e le opzioni
if ( ! TestKeyForEEx( GetEExKey(), KEYOPT_EEX_INPBASE, GetEExLogger()))
return false ;
return nullptr ;
// creo l'oggetto
return static_cast<IImportCnc*> ( new(nothrow) ImportCnc) ;
}