TPROCTE_HOME Being Used In Place Of TPRO_HOME #778

Tell ICG not to process board handle variable.
This commit is contained in:
Alex Lin 2019-06-14 07:25:25 -05:00
parent 04b2185c2e
commit 0e7d1ae345

View File

@ -44,7 +44,7 @@ namespace Trick {
private: private:
#ifdef _TPRO_CTE #ifdef _TPRO_CTE
TPRO_BoardObj *pBoard ; TPRO_BoardObj *pBoard ; /* ** board handle */
#endif #endif
} ; } ;