EgtExecutor :
- aggiunta ExeGetIniFile per interfaccia.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user