EgtExecutor :

- aggiunta ExeGetIniFile per interfaccia.
This commit is contained in:
Dario Sassi
2018-06-23 11:19:34 +00:00
parent b5984ad355
commit cb6a4a4bd9
+11
View File
@@ -227,6 +227,17 @@ ExeSetIniFile( const string& sIniFile)
return true ;
}
//-----------------------------------------------------------------------------
bool
ExeGetIniFile( string& sIniFile)
{
if ( &sIniFile == nullptr)
return false ;
// recupero il nome del font di default
sIniFile = s_sIniFile ;
return true ;
}
//-----------------------------------------------------------------------------
bool
ExeSetCommandLogger( const string& sLogFile)