//---------------------------------------------------------------------------- // 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() ; }