EgtGeneral 2.1d1 :
- in LuaMgr aggiunto attributo const ad alcuni metodi.
This commit is contained in:
+3
-3
@@ -56,7 +56,7 @@ LuaMgr::Exit( void)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
LuaMgr::GetVersion( string& sLuaVer)
|
||||
LuaMgr::GetVersion( string& sLuaVer) const
|
||||
{
|
||||
// verifico ambiente lua
|
||||
if ( m_pL == nullptr)
|
||||
@@ -269,7 +269,7 @@ LuaMgr::ExecFile( const string& sFile)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
LuaMgr::ExistsFunction( const string& sFunName)
|
||||
LuaMgr::ExistsFunction( const string& sFunName) const
|
||||
{
|
||||
// verifico ambiente lua
|
||||
if ( m_pL == nullptr)
|
||||
@@ -296,7 +296,7 @@ LuaMgr::ExistsFunction( const string& sFunName)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
void
|
||||
LuaMgr::LogError( const string& sErr)
|
||||
LuaMgr::LogError( const string& sErr) const
|
||||
{
|
||||
LOG_ERROR( GetEGnLogger(), sErr.c_str())
|
||||
}
|
||||
Reference in New Issue
Block a user