TestEgr 1.5d3 :
- aggiunta esecuzione di comandi Exchange.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include "/EgtDev/Include/EGkDllMain.h"
|
||||
#include "/EgtDev/Include/ENkDllMain.h"
|
||||
#include "/EgtDev/Include/EGnDllMain.h"
|
||||
#include "/EgtDev/Include/EExDllMain.h"
|
||||
#include "/EgtDev/Include/EGrDllMain.h"
|
||||
#include "/EgtDev/Include/EgnGetModuleVer.h"
|
||||
#include "/EgtDev/Include/EGnStringConverter.h"
|
||||
@@ -95,6 +96,7 @@ CTestEGrApp::InitInstance( void)
|
||||
SetEGnLogger( &logGen) ;
|
||||
SetENkLogger( &logGen) ;
|
||||
SetEGkLogger( &logGen) ;
|
||||
SetEExLogger( &logGen) ;
|
||||
SetEGrLogger( &logGen) ;
|
||||
|
||||
// inizio programma
|
||||
@@ -107,6 +109,7 @@ CTestEGrApp::InitInstance( void)
|
||||
LOG_INFO( &logGen, GetEGnVersion())
|
||||
LOG_INFO( &logGen, GetENkVersion())
|
||||
LOG_INFO( &logGen, GetEGkVersion())
|
||||
LOG_INFO( &logGen, GetEExVersion())
|
||||
LOG_INFO( &logGen, GetEGrVersion())
|
||||
|
||||
// inizializzazione logger dei comandi
|
||||
|
||||
Reference in New Issue
Block a user