#ifndef __ReportAlertsTcl_h_ #define __ReportAlertsTcl_h_ #include #include "ReportAlertsThread.h" /* Create a TCL wrapper around ReportAlertsThread.h. */ // Add ti::report_alert and friends to this interpreter. If reportAlertsThread // is null, we check for the default instance each time a tcl function is // called. Otherwise we use the give thread. void installReportAlerts(Tcl_Interp *interp, ReportAlertsThread *reportAlertsThread = NULL); #endif