EgtMachKernel 1.8c4 :
- aggiunta GetAllTablesNames.
This commit is contained in:
@@ -53,6 +53,7 @@ class Machine
|
||||
{ int nId = GetGroup( sHead) ;
|
||||
return ( IsHeadGroup( nId) ? nId : GDB_ID_NULL) ; }
|
||||
bool GetAllHeadsNames( STRVECTOR& vNames) const ;
|
||||
bool GetAllTablesNames( STRVECTOR& vNames) const ;
|
||||
int GetHeadExitCount( const std::string& sHead) const ;
|
||||
bool LoadTool( const std::string& sHead, int nExit, const std::string& sTool) ;
|
||||
bool GetLoadedTool( const std::string& sHead, int nExit, std::string& sTool) const ;
|
||||
|
||||
Reference in New Issue
Block a user