EgtMachKernel :
- aggiunta ad interfaccia MachMgr la funzione GetCurrSetup.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
//----------------------------------------------------------------------------
|
||||
// EgalTech 2017-2017
|
||||
//----------------------------------------------------------------------------
|
||||
// File : MachMgrSetup.cpp Data : 09.01.17 Versione : 1.6x5
|
||||
// Contenuto : Implementazione gestione attrezzaggio della classe MachMgr.
|
||||
//
|
||||
//
|
||||
//
|
||||
// Modifiche : 09.01.17 DS Creazione modulo.
|
||||
//
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
//--------------------------- Include ----------------------------------------
|
||||
#include "stdafx.h"
|
||||
#include "DllMain.h"
|
||||
#include "MachMgr.h"
|
||||
|
||||
using namespace std ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
MachMgr::GetCurrSetup( void) const
|
||||
{
|
||||
return GetCurrSetupGroupId() ;
|
||||
}
|
||||
Reference in New Issue
Block a user