/**** * * This file defines some temporary stubs for new features that have been added * to TransInterface. These stubs will be replaced by actual definitions in * due course. * */ #ifndef newfeaturesstubsIncluded #define newfeaturesstubsIncluded #include "strlist.h" typedef StrList EquationsList; typedef StrList WhereClauseList; #endif