From b2290a8ccb79e699c131ec7c628b7eb1c9411d87 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 5 Jul 2017 07:53:11 +0000 Subject: [PATCH] Include : - aggiornamento interfaccia. --- EMkMachMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMkMachMgr.h b/EMkMachMgr.h index 24e4d28..942390b 100644 --- a/EMkMachMgr.h +++ b/EMkMachMgr.h @@ -245,7 +245,7 @@ class __declspec( novtable) IMachMgr virtual bool GetNearestAngleInStroke( int nInd, double dAngRef, double& dAng) const = 0 ; virtual bool LimitAngleToStroke( int nInd, double& dAng) const = 0 ; virtual bool VerifyOutstroke( double dX, double dY, double dZ, double dAngA, double dAngB, int& nStat) = 0 ; - virtual const std::string& GetOutstrokeInfo( void) const = 0 ; + virtual std::string GetOutstrokeInfo( bool bMM = true) const = 0 ; // Machine virtual int GetBaseId( const std::string& sBase) const = 0 ; virtual int GetTableId( const std::string& sTable) const = 0 ;