| 1102 | } |
| 1103 | |
| 1104 | void addVariableNotify( const char *name, const NotifyDelegate &callback ) |
| 1105 | { |
| 1106 | gEvalState.globalVars.addVariableNotify( name, callback ); |
| 1107 | } |
| 1108 | |
| 1109 | void removeVariableNotify( const char *name, const NotifyDelegate &callback ) |
| 1110 | { |
no test coverage detected