TestEGk 1.4l2 : Ricompilazioni.
This commit is contained in:
+5
-3
@@ -19,6 +19,7 @@
|
||||
#include "/EgtDev/Include/EGnFileUtils.h"
|
||||
#include "/EgtDev/Include/EGnFileCompare.h"
|
||||
#include "/EgtDev/Include/EgnCmdParser.h"
|
||||
#include "/EgtDev/Include/EGkDllMain.h"
|
||||
#include "/EgtDev/Include/EGkGeomDB.h"
|
||||
#include "/EgtDev/Include/EGkGdbExecutor.h"
|
||||
|
||||
@@ -58,7 +59,7 @@ TegExecutor::Execute( const string& sCmd1, const string& sCmd2, const STRVECTOR&
|
||||
sOut += *theConstIter ;
|
||||
}
|
||||
sOut += "]" ;
|
||||
LOG_DEBUG( m_pLogger, sOut.c_str()) ;
|
||||
LOG_DBG_INFO( m_pLogger, sOut.c_str()) ;
|
||||
|
||||
// esecuzione comando
|
||||
if ( sCmd1 == "RUN") {
|
||||
@@ -108,8 +109,9 @@ TegExecutor::ExecuteRun( const string& sCmd2, const STRVECTOR& vsParams)
|
||||
}
|
||||
|
||||
// inizializzazioni
|
||||
pGdb->Init( m_pLogger) ;
|
||||
pGdbExec->Init( Get( pGdb), m_pLogger) ;
|
||||
SetEGkLogger( m_pLogger) ;
|
||||
pGdb->Init() ;
|
||||
pGdbExec->Init( Get( pGdb)) ;
|
||||
if ( ! pCmdParser->Init( vsParams[0], Get( pGdbExec), m_pLogger)) {
|
||||
string sOut = "Error on Parser.Init (" + vsParams[0] + ")" ;
|
||||
LOG_ERROR( m_pLogger, sOut.c_str()) ;
|
||||
|
||||
Reference in New Issue
Block a user