EgtMachKernel :

- funzione IsMachBase portata in interfaccia IMachMgr.
This commit is contained in:
Dario Sassi
2020-11-30 08:33:01 +00:00
parent ea786599a4
commit 1b778cf969
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -182,6 +182,8 @@ MachMgr::Insert( int nInsGrp)
bool
MachMgr::IsMachBase( int nId) const
{
if ( m_pGeomDB == nullptr)
return false ;
int nLevel ;
string sName ;
return ( m_pGeomDB != nullptr &&