| 45 | } |
| 46 | |
| 47 | void NewCommandMacro::addRenewCommand( |
| 48 | const wstring& name, const wstring& code, int nbargs) throw(ex_parse) { |
| 49 | checkRenew(name); |
| 50 | _macrocode[name] = code; |
| 51 | MacroInfo::addMacro(name, new InflationMacroInfo(_instance, nbargs)); |
| 52 | } |
| 53 | |
| 54 | void NewCommandMacro::addRenewCommand( |
| 55 | const wstring& name, |
nothing calls this directly
no outgoing calls
no test coverage detected