diff --git a/TegExecutor.cpp b/TegExecutor.cpp index 8afb97f..b3c06ce 100644 --- a/TegExecutor.cpp +++ b/TegExecutor.cpp @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2013-2013 +// EgalTech 2013-2014 //---------------------------------------------------------------------------- -// File : TegExecutor.cpp Data : 09.12.13 Versione : 1.4a4 +// File : TegExecutor.cpp Data : 19.01.14 Versione : 1.5a6 // Contenuto : Implementazione della classe TegExecutor. // // @@ -14,7 +14,6 @@ //--------------------------- Include ---------------------------------------- #include "stdafx.h" #include "TegExecutor.h" -#include "/EgtDev/Include/EgtPerfCounter.h" #include "/EgtDev/Include/EgtPointerOwner.h" #include "/EgtDev/Include/EGnStringUtils.h" #include "/EgtDev/Include/EGnStringConverter.h" @@ -124,16 +123,7 @@ TegExecutor::ExecuteRun( const string& sCmd2, const STRVECTOR& vsParams) } // esecuzione comandi - PerformanceCounter Counter ; - Counter.Start() ; - - bool bOk = pCmdParser->Run() ; - - Counter.Stop() ; - string sOut = "Execution time = " + ToString( Counter.GetTime(), 1) + " ms" ; - LOG_INFO( m_pLogger, sOut.c_str()) - - return bOk ; + return pCmdParser->Run() ; } return false ; diff --git a/TestEGk.rc b/TestEGk.rc index c0424c2..24aedbd 100644 Binary files a/TestEGk.rc and b/TestEGk.rc differ