| 149 | } |
| 150 | |
| 151 | static wxString TableElementFileNames(const char *ssc_varname) |
| 152 | { |
| 153 | // handle SAMnt table (":") naming for files to be read into ssc |
| 154 | wxString fn = wxString(ssc_varname); |
| 155 | fn.Replace(":", "_"); |
| 156 | return fn; |
| 157 | } |
| 158 | |
| 159 | CodeGen_Base::CodeGen_Base( Case *cc, const wxString &fullpath ) |
| 160 | : m_case( cc ) |